C# Class NSoft.NFramework.FusionCharts.Powers.RadarChart

Radar Chart
Inheritance: NSoft.NFramework.FusionCharts.Charts.MultiSeriesChart
Datei anzeigen Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
AddCategory ( string label, bool showLabel ) : void

Category를 추가합니다.

GenerateXmlAttributes ( System writer ) : void

속성 중 Attribute Node로 표현해야 한다.

Protected Methods

Method Description
GenerateXmlElements ( System writer ) : void

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

Method Details

AddCategory() public method

Category를 추가합니다.
public AddCategory ( string label, bool showLabel ) : void
label string
showLabel bool
return void

GenerateXmlAttributes() public method

속성 중 Attribute Node로 표현해야 한다.
public GenerateXmlAttributes ( System writer ) : void
writer System
return void

GenerateXmlElements() protected method

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