C# Class NSoft.NFramework.FusionCharts.Widgets.BulletGraph

Bullet Graph
Inheritance: GaugeBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
GenerateXmlAttributes ( XmlWriter writer ) : void

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

Méthodes protégées

Méthode Description
GenerateXmlElements ( XmlWriter writer ) : void

ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.

Method Details

GenerateXmlAttributes() public méthode

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

GenerateXmlElements() protected méthode

ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.
protected GenerateXmlElements ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Element를 쓸 Writer
Résultat void