C# Class NSoft.NFramework.FusionCharts.ChartStyleElementBase

Chart Style
Inheritance: ChartElementBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
GenerateXmlAttributes ( XmlWriter writer ) : void

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

Méthodes protégées

Méthode Description
ChartStyleElementBase ( string name, string type ) : System.Xml

Method Details

ChartStyleElementBase() protected méthode

protected ChartStyleElementBase ( string name, string type ) : System.Xml
name string
type string
Résultat System.Xml

GenerateXmlAttributes() public méthode

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