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

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

Открытые свойства

Свойство Тип Описание
AutomaticStylePath string

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

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

the constructor of the chartStyleProcesser

CreateChartLegendStyle ( XmlNode nodeStyle ) : LegendStyle

create chart legend style

CreateChartPlotAreaStyle ( XmlNode nodeStyle ) : PlotAreaStyle

create chart plotarea style

CreateChartStyle ( XmlNode nodeStyle ) : ChartStyle

create chart style

CreateChartTitleStyle ( XmlNode nodeStyle ) : TitleStyle

create chart title style

CreateGraphicProperties ( IStyle style, XmlNode node ) : ChartGraphicProperties

create the graphic property

ReadStyle ( XmlNode node, string styleType ) : IStyle

read the styles of the chart

ReadStyleNode ( string styleName ) : XmlNode

read the style node

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

Метод Описание
CreateAxesProperties ( IStyle style, XmlNode node ) : AxesProperties

create the axes property

CreateChartAxesStyle ( XmlNode nodeStyle ) : AxesStyle

create chart axes style

CreateChartFloorStyle ( XmlNode nodeStyle ) : FloorStyle

create chart floor style

CreateChartProperties ( IStyle style, XmlNode node ) : ChartProperties

create the chart property

CreateChartProperty ( IStyle style, XmlNode node ) : IProperty

create the chart property

CreateChartSeriesStyle ( XmlNode nodeStyle ) : SeriesStyle

create chart series style

CreateChartWallStyle ( XmlNode nodeStyle ) : WallStyle

create chart wall style

CreatePlotAreaProperties ( IStyle style, XmlNode node ) : PlotAreaProperties

create the plotarea property

CreateTextProperties ( IStyle style, XmlNode propertyNode ) : TextProperties

create the text property

CreateUnknownProperties ( IStyle style, XmlNode node ) : AODL.Document.Styles.Properties.UnknownProperty

create unknown property

GetProperty ( IStyle nodeStyle, XmlNode propertyNode ) : IProperty

get the property of the style

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

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

the constructor of the chartStyleProcesser
public ChartStyleProcessor ( Chart chart ) : System
chart Chart
Результат System

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

create chart legend style
public CreateChartLegendStyle ( XmlNode nodeStyle ) : LegendStyle
nodeStyle System.Xml.XmlNode
Результат AODL.Document.Styles.LegendStyle

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

create chart plotarea style
public CreateChartPlotAreaStyle ( XmlNode nodeStyle ) : PlotAreaStyle
nodeStyle System.Xml.XmlNode
Результат AODL.Document.Styles.PlotAreaStyle

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

create chart style
public CreateChartStyle ( XmlNode nodeStyle ) : ChartStyle
nodeStyle System.Xml.XmlNode
Результат AODL.Document.Styles.ChartStyle

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

create chart title style
public CreateChartTitleStyle ( XmlNode nodeStyle ) : TitleStyle
nodeStyle System.Xml.XmlNode
Результат AODL.Document.Styles.TitleStyle

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

create the graphic property
public CreateGraphicProperties ( IStyle style, XmlNode node ) : ChartGraphicProperties
style IStyle
node System.Xml.XmlNode
Результат AODL.Document.Styles.Properties.ChartGraphicProperties

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

read the styles of the chart
public ReadStyle ( XmlNode node, string styleType ) : IStyle
node System.Xml.XmlNode
styleType string
Результат IStyle

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

read the style node
public ReadStyleNode ( string styleName ) : XmlNode
styleName string
Результат System.Xml.XmlNode

Описание свойств

AutomaticStylePath публичное статическое свойство

public static string AutomaticStylePath
Результат string