C# Class AODL.Document.Content.Charts.ChartAxis

Summary description for ChartAxis.
Inheritance: IContent, IContentContainer
Datei anzeigen Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ChartAxis ( Chart chart ) : System

Initializes a new instance of the chartaxis class.

ChartAxis ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartAxis class.

ChartAxis ( IDocument document, XmlNode node ) : System

the constructor of the chart axes

Setgrid ( ) : void

Private Methods

Method Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void
InitStandards ( ) : void

Inits the standards.

NewXmlNode ( string styleName ) : void

Method Details

ChartAxis() public method

Initializes a new instance of the chartaxis class.
public ChartAxis ( Chart chart ) : System
chart Chart The chart.
return System

ChartAxis() public method

Initializes a new instance of the ChartAxis class.
public ChartAxis ( Chart chart, string styleName ) : System
chart Chart
styleName string The style name.
return System

ChartAxis() public method

the constructor of the chart axes
public ChartAxis ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
return System

Setgrid() public method

public Setgrid ( ) : void
return void