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

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

Public Methods

Method Description
ChartDataPoint ( Chart chart ) : System

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

ChartDataPoint ( Chart chart, string styleName ) : System
ChartDataPoint ( IDocument document, XmlNode node ) : System
NewXmlNode ( string styleName ) : void

Private Methods

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

Method Details

ChartDataPoint() public method

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

ChartDataPoint() public method

public ChartDataPoint ( Chart chart, string styleName ) : System
chart Chart
styleName string
return System

ChartDataPoint() public method

public ChartDataPoint ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
return System

NewXmlNode() public method

public NewXmlNode ( string styleName ) : void
styleName string
return void