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

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

Public Methods

Method Description
ColorRangeAttribute ( ) : System.Drawing
ColorRangeAttribute ( string prefix ) : System.Drawing
GenerateXmlAttributes ( XmlWriter writer ) : void

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

Method Details

ColorRangeAttribute() public method

public ColorRangeAttribute ( ) : System.Drawing
return System.Drawing

ColorRangeAttribute() public method

public ColorRangeAttribute ( string prefix ) : System.Drawing
prefix string
return System.Drawing

GenerateXmlAttributes() public method

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