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

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

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

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

Builds the node.

ChartPlotArea ( Chart chart ) : System
ChartPlotArea ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartPlotArea class.

ChartPlotArea ( IDocument document, XmlNode node ) : System

Initializes a new instance of the ChartPlotArea class.

FirstColumnHasLabels ( ) : bool

if fistColumnl has labels

FirstLineHasLabels ( ) : bool

if fistLine has labels or not

InitPlotArea ( ) : void

Init the plotarea

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

Метод Описание
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 node.
public BuildNode ( ) : XmlNode
Результат System.Xml.XmlNode

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

public ChartPlotArea ( Chart chart ) : System
chart Chart
Результат System

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

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

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

Initializes a new instance of the ChartPlotArea class.
public ChartPlotArea ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
Результат System

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

if fistColumnl has labels
public FirstColumnHasLabels ( ) : bool
Результат bool

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

if fistLine has labels or not
public FirstLineHasLabels ( ) : bool
Результат bool

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

Init the plotarea
public InitPlotArea ( ) : void
Результат void