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

Each axis element on the multi-axis line chart represents an axis. An axis can either be visible or imaginary. Imaginary axis are the ones that do not show up on the chart, but can have data sets that adhere to the same. Visible axis can be placed either to the left or right side of canvas. For each axis, you can define a lot of properties like: It's lower and upper limits. Cosmetic properties. Number of divisional lines and their functional and cosmetic properties. Line properties for the datasets that adhere to this particular axis Number formatting properties
Inheritance: ChartElementBase
Show file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
GenerateXmlAttributes ( System writer ) : void

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

MultiAxisElement ( ) : System.Drawing

Protected Methods

Method Description
GenerateXmlElements ( System writer ) : void

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

Method Details

GenerateXmlAttributes() public method

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

GenerateXmlElements() protected method

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

MultiAxisElement() public method

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