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

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

Public Methods

Method Description
BuildNode ( ) : XmlNode

builds the content

ChartSeries ( Chart chart ) : System

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style

ChartSeries ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartPlotArea class.

ChartSeries ( IDocument document, XmlNode node ) : System

the constructor of the chartseries

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
NewXmlNode ( string styleName ) : void

Method Details

BuildNode() public method

builds the content
public BuildNode ( ) : XmlNode
return System.Xml.XmlNode

ChartSeries() public method

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style
public ChartSeries ( Chart chart ) : System
chart Chart
return System

ChartSeries() public method

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

ChartSeries() public method

the constructor of the chartseries
public ChartSeries ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
return System