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

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

Méthodes publiques

Méthode Description
ChartFloor ( Chart chart ) : System

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

ChartFloor ( Chart chart, string styleName ) : System
ChartFloor ( IDocument document, XmlNode node ) : System

the constructor of the chartfloor class

Private Methods

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

Method Details

ChartFloor() public méthode

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

ChartFloor() public méthode

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

ChartFloor() public méthode

the constructor of the chartfloor class
public ChartFloor ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
Résultat System