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

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

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

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

Initializes a new instance of the chartaxis class.

ChartAxis ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartAxis class.

ChartAxis ( IDocument document, XmlNode node ) : System

the constructor of the chart axes

Setgrid ( ) : void

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

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

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

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

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

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

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

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

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

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

public Setgrid ( ) : void
Результат void