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

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

Public Methods

Method 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

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

Method Details

ChartFloor() public method

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
return System

ChartFloor() public method

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

ChartFloor() public method

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