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

Guage Chart의 기본 클래스입니다.
Inheritance: WidgetBase
Exibir arquivo Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
AddColor ( int min, int max, Color code, string label ) : ColorElement

ColorRange에 ColorElement를 추가합니다.

GenerateXmlAttributes ( XmlWriter writer ) : void

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

Protected Methods

Method Description
GenerateXmlElements ( XmlWriter writer ) : void

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

Method Details

AddColor() public method

ColorRange에 ColorElement를 추가합니다.
public AddColor ( int min, int max, Color code, string label ) : ColorElement
min int
max int
code System.Drawing.Color
label string
return ColorElement

GenerateXmlAttributes() public method

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

GenerateXmlElements() protected method

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