C# Class NSoft.NFramework.FusionCharts.Charts.XYSetElement

Inheritance: SetElementBase
Mostrar archivo Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
GenerateXmlAttributes ( System writer ) : void

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

XYSetElement ( ) : System

생성자

XYSetElement ( double x, double y ) : System

생성자

XYSetElement ( double x, double y, double z ) : System

생성자

Method Details

GenerateXmlAttributes() public method

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

XYSetElement() public method

생성자
public XYSetElement ( ) : System
return System

XYSetElement() public method

생성자
public XYSetElement ( double x, double y ) : System
x double
y double
return System

XYSetElement() public method

생성자
public XYSetElement ( double x, double y, double z ) : System
x double
y double
z double
return System