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

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

Public Methods

Method Description
AxesProperties ( IStyle style ) : System

The Constructor, create new instance of ChartProperties

Private Methods

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

Create the XmlNode which represent the propertie element.

Method Details

AxesProperties() public method

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