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

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

Public Methods

Method Description
ChartGraphicProperties ( IStyle style ) : System

the constructor of chart graphic property

Private Methods

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

Method Details

ChartGraphicProperties() public method

the constructor of chart graphic property
public ChartGraphicProperties ( IStyle style ) : System
style IStyle
return System