C# Class NSoft.NFramework.FusionCharts.LineElementBase

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

Public Methods

Method Description
GenerateXmlAttributes ( System writer ) : void

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

Protected Methods

Method Description
LineElementBase ( ) : System

생성자

LineElementBase ( string elementName ) : System

생성자

Method Details

GenerateXmlAttributes() public method

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

LineElementBase() protected method

생성자
protected LineElementBase ( ) : System
return System

LineElementBase() protected method

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