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

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

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

Метод Описание
ChartLegend ( Chart chart ) : System
ChartLegend ( Chart chart, string styleName ) : System
ChartLegend ( IDocument document, XmlNode node ) : System

the consturctor of the chart legend

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

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

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

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

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

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

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

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

the consturctor of the chart legend
public ChartLegend ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
Результат System