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

Each element (child of element) represents a set of data which is to be plotted on the chart and determines a set of data which would appear on the chart. e.g., <set open='33.35' close='33.90' high='34.10' low='33.10' volume='3435670' />
Inheritance: ChartElementBase
Mostra file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
CandleStickSetElement ( ) : System.Drawing
GenerateXmlAttributes ( System writer ) : void

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

Method Details

CandleStickSetElement() public method

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

GenerateXmlAttributes() public method

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