C# Class NSoft.NFramework.FusionCharts.LineElementBase

Inheritance: ChartElementBase
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
GenerateXmlAttributes ( System writer ) : void

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

Méthodes protégées

Méthode Description
LineElementBase ( ) : System

생성자

LineElementBase ( string elementName ) : System

생성자

Method Details

GenerateXmlAttributes() public méthode

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

LineElementBase() protected méthode

생성자
protected LineElementBase ( ) : System
Résultat System

LineElementBase() protected méthode

생성자
protected LineElementBase ( string elementName ) : System
elementName string
Résultat System