C# Class NSoft.NFramework.FusionCharts.Widgets.AnnotationElementBase

Inheritance: ChartElementBase
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
GenerateXmlAttributes ( System writer ) : void

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

Protected Methods

Method Description
AnnotationElementBase ( ) : System

생성자

Method Details

AnnotationElementBase() protected method

생성자
protected AnnotationElementBase ( ) : System
return System

GenerateXmlAttributes() public method

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