C# Класс AODL.Document.Content.Charts.ChartTitle

Summary description for ChartTitle.
Наследование: IContent, IContentContainer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

ChartTitle() публичный метод

Initializes a new instance of the charttitle class.
public ChartTitle ( Chart chart ) : System
chart Chart
Результат System

ChartTitle() публичный метод

Initializes a new instance of the charttitle class.
public ChartTitle ( Chart chart, string styleName ) : System
chart Chart
styleName string The style name.
Результат System

ChartTitle() публичный метод

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.
Результат System

InitTitle() публичный метод

Init the title's default text
public InitTitle ( ) : void
Результат void

SetTitle() публичный метод

set the title
public SetTitle ( string Title ) : void
Title string
Результат void