C# Class NSoft.NFramework.FusionCharts.LineElement

Inheritance: LineElementBase
显示文件 Open project: debop/NFramework

Public Methods

Method Description
GenerateXmlAttributes ( XmlWriter writer ) : void

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

LineElement ( ) : System

생성자

Protected Methods

Method Description
LineElement ( string elementName ) : System

생성자

Method Details

GenerateXmlAttributes() public method

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

LineElement() public method

생성자
public LineElement ( ) : System
return System

LineElement() protected method

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