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

Inheritance: ChartElementBase
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
GenerateXmlAttributes ( System writer ) : void

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

LegendItemElement ( string label ) : System

생성자

LegendItemElement ( string label, Color color ) : System

생성자

Method Details

GenerateXmlAttributes() public method

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

LegendItemElement() public method

생성자
public LegendItemElement ( string label ) : System
label string
return System

LegendItemElement() public method

생성자
public LegendItemElement ( string label, Color color ) : System
label string
color Color
return System