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

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

Méthodes publiques

Méthode Description
ChartTitle ( Chart chart ) : System

Initializes a new instance of the charttitle class.

ChartTitle ( Chart chart, string styleName ) : System

Initializes a new instance of the charttitle class.

ChartTitle ( IDocument document, XmlNode node ) : System

Initializes a new instance of the charttitle class.

InitTitle ( ) : void

Init the title's default text

SetTitle ( string Title ) : void

set the title

Private Methods

Méthode Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void
InitStandards ( ) : void

Inits the standards.

NewXmlNode ( string styleName ) : void

Method Details

ChartTitle() public méthode

Initializes a new instance of the charttitle class.
public ChartTitle ( Chart chart ) : System
chart Chart
Résultat System

ChartTitle() public méthode

Initializes a new instance of the charttitle class.
public ChartTitle ( Chart chart, string styleName ) : System
chart Chart
styleName string The style name.
Résultat System

ChartTitle() public méthode

Initializes a new instance of the charttitle class.
public ChartTitle ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
Résultat System

InitTitle() public méthode

Init the title's default text
public InitTitle ( ) : void
Résultat void

SetTitle() public méthode

set the title
public SetTitle ( string Title ) : void
Title string
Résultat void