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

Inheritance: LineElement
Show file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
GenerateXmlAttributes ( XmlWriter writer ) : void

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

VerticalLineElement ( ) : System

생성자

Protected Methods

Method Description
VerticalLineElement ( string elementName ) : System

생성자

Method Details

GenerateXmlAttributes() public method

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

VerticalLineElement() public method

생성자
public VerticalLineElement ( ) : System
return System

VerticalLineElement() protected method

생성자
protected VerticalLineElement ( string elementName ) : System
elementName string
return System