C# Class NSoft.NFramework.FusionCharts.ColorAttribute

Color, Alpha Attribute
Inheritance: ChartAttributeBase
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
GenerateXmlAttributes ( System writer ) : void

Chart 설정 또는 변량에 대해 XML로 생성합니다.

Méthodes protégées

Méthode Description
ColorAttribute ( ) : System.Drawing

Default constructor

ColorAttribute ( string prefix ) : System.Drawing

Constructor

Method Details

ColorAttribute() protected méthode

Default constructor
protected ColorAttribute ( ) : System.Drawing
Résultat System.Drawing

ColorAttribute() protected méthode

Constructor
protected ColorAttribute ( string prefix ) : System.Drawing
prefix string 접두사
Résultat System.Drawing

GenerateXmlAttributes() public méthode

Chart 설정 또는 변량에 대해 XML로 생성합니다.
public GenerateXmlAttributes ( System writer ) : void
writer System xml writer
Résultat void