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

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

Méthodes publiques

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

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

Method Details

ChartLegend() public méthode

public ChartLegend ( Chart chart ) : System
chart Chart
Résultat System

ChartLegend() public méthode

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

ChartLegend() public méthode

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