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

색상 범위를 나타내는 특성 클래스 입니다.
Inheritance: ChartAttributeBase
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
ColorRangeAttribute ( ) : System.Drawing
ColorRangeAttribute ( string prefix ) : System.Drawing
GenerateXmlAttributes ( XmlWriter writer ) : void

Chart 설정 또는 변량에 대해 XML 속성으로 생성합니다.

Method Details

ColorRangeAttribute() public méthode

public ColorRangeAttribute ( ) : System.Drawing
Résultat System.Drawing

ColorRangeAttribute() public méthode

public ColorRangeAttribute ( string prefix ) : System.Drawing
prefix string
Résultat System.Drawing

GenerateXmlAttributes() public méthode

Chart 설정 또는 변량에 대해 XML 속성으로 생성합니다.
public GenerateXmlAttributes ( XmlWriter writer ) : void
writer System.Xml.XmlWriter xml writer
Résultat void