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

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

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

Метод Описание
BuildNode ( ) : XmlNode

builds the content

ChartSeries ( Chart chart ) : System

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style

ChartSeries ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartPlotArea class.

ChartSeries ( IDocument document, XmlNode node ) : System

the constructor of the chartseries

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

Метод Описание
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
NewXmlNode ( string styleName ) : void

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

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

builds the content
public BuildNode ( ) : XmlNode
Результат System.Xml.XmlNode

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

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style
public ChartSeries ( Chart chart ) : System
chart Chart
Результат System

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

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

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

the constructor of the chartseries
public ChartSeries ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
Результат System