C# Class NSoft.NFramework.FusionCharts.ApplyElement

Inheritance: ChartElementBase
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
ApplyElement ( ) : System

생성자

GenerateXmlAttributes ( XmlWriter writer ) : void

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

Method Details

ApplyElement() public method

생성자
public ApplyElement ( ) : System
return System

GenerateXmlAttributes() public method

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