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

Summary description for ChartDataPoint.
Inheritance: IContent
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateAttribute ( string name, string text, string prefix ) : void

Method Details

ChartDataPoint() public méthode

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
Résultat System

ChartDataPoint() public méthode

public ChartDataPoint ( Chart chart, string styleName ) : System
chart Chart
styleName string
Résultat System

ChartDataPoint() public méthode

public ChartDataPoint ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
Résultat System

NewXmlNode() public méthode

public NewXmlNode ( string styleName ) : void
styleName string
Résultat void