C# Class NSoft.NFramework.FusionCharts.Charts.VerticalLineElement

Inheritance: LineElement
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
GenerateXmlAttributes ( XmlWriter writer ) : void

속성들을 Xml Attribute로 생성합니다.

VerticalLineElement ( ) : System

생성자

Méthodes protégées

Méthode Description
VerticalLineElement ( string elementName ) : System

생성자

Method Details

GenerateXmlAttributes() public méthode

속성들을 Xml Attribute로 생성합니다.
public GenerateXmlAttributes ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Attribute를 쓸 Writer
Résultat void

VerticalLineElement() public méthode

생성자
public VerticalLineElement ( ) : System
Résultat System

VerticalLineElement() protected méthode

생성자
protected VerticalLineElement ( string elementName ) : System
elementName string
Résultat System