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

Summary description for ChartProperties.
Inheritance: IProperty
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ChartProperties ( IStyle style ) : System

The Constructor, create new instance of ChartProperties

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

Protected Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Method Details

ChartProperties() public method

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

CreateAttribute() protected method

protected CreateAttribute ( string name, string text, string prefix ) : void
name string
text string
prefix string
return void

NewXmlNode() public method

Create the XmlNode which represent the propertie element.
public NewXmlNode ( ) : void
return void