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

Inheritance: ChartElementBase
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
GenerateXmlAttributes ( XmlWriter writer ) : void

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

Méthodes protégées

Méthode Description
SetElementBase ( ) : System

생성자

SetElementBase ( 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

SetElementBase() protected méthode

생성자
protected SetElementBase ( ) : System
Résultat System

SetElementBase() protected méthode

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