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

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

Public Methods

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

the consturctor of the chart legend

Private Methods

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

Method Details

ChartLegend() public method

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

ChartLegend() public method

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

ChartLegend() public method

the consturctor of the chart legend
public ChartLegend ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
return System