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

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

Public Methods

Method Description
ChartWall ( Chart chart ) : System
ChartWall ( Chart chart, string styleName ) : System
ChartWall ( IDocument document, XmlNode node ) : System

the constructor of the chart wall

Private Methods

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

Method Details

ChartWall() public method

public ChartWall ( Chart chart ) : System
chart Chart
return System

ChartWall() public method

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

ChartWall() public method

the constructor of the chart wall
public ChartWall ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
return System