C# Class AODL.Document.Styles.Properties.ChartProperties

Summary description for ChartProperties.
Inheritance: IProperty
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
ChartProperties ( IStyle style ) : System

The Constructor, create new instance of ChartProperties

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

Méthodes protégées

Méthode Description
CreateAttribute ( string name, string text, string prefix ) : void

Method Details

ChartProperties() public méthode

The Constructor, create new instance of ChartProperties
public ChartProperties ( IStyle style ) : System
style IStyle The ColumnStyle
Résultat System

CreateAttribute() protected méthode

protected CreateAttribute ( string name, string text, string prefix ) : void
name string
text string
prefix string
Résultat void

NewXmlNode() public méthode

Create the XmlNode which represent the propertie element.
public NewXmlNode ( ) : void
Résultat void