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

Guage 등에서 사용하는 구간을 색으로 나타낼 때 사용한다.
Inheritance: ChartElementBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
ColorElement ( ) : System.Drawing

생성자

GenerateXmlAttributes ( XmlWriter writer ) : void

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

Method Details

ColorElement() public méthode

생성자
public ColorElement ( ) : System.Drawing
Résultat System.Drawing

GenerateXmlAttributes() public méthode

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