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

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

Public Methods

Method 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

Method 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 method

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

ChartTitle() public method

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

ChartTitle() public method

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

InitTitle() public method

Init the title's default text
public InitTitle ( ) : void
return void

SetTitle() public method

set the title
public SetTitle ( string Title ) : void
Title string
return void