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

Each category element represents an x-axis data label
Inheritance: ChartElementBase
Exibir arquivo Open project: debop/NFramework

Public Methods

Method Description
CandleStickCategoryElement ( ) : NSoft.NFramework.Tools
GenerateXmlAttributes ( System writer ) : void

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

Method Details

CandleStickCategoryElement() public method

public CandleStickCategoryElement ( ) : NSoft.NFramework.Tools
return NSoft.NFramework.Tools

GenerateXmlAttributes() public method

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