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

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

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

Метод Описание
ChartFloor ( Chart chart ) : System

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

ChartFloor ( Chart chart, string styleName ) : System
ChartFloor ( IDocument document, XmlNode node ) : System

the constructor of the chartfloor class

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

Метод Описание
CreateAttribute ( string name, string text, string prefix ) : void
NewXmlNode ( string styleName ) : void

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

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

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

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

public ChartFloor ( Chart chart, string styleName ) : System
chart Chart
styleName string
Результат System

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

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