C# Class AODL.Document.Content.Charts.ChartStyleProcessor

Summary description for ChartStyleProcessor.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Свойство Type Description
AutomaticStylePath string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ChartStyleProcessor() public méthode

the constructor of the chartStyleProcesser
public ChartStyleProcessor ( Chart chart ) : System
chart Chart
Résultat System

CreateChartLegendStyle() public méthode

create chart legend style
public CreateChartLegendStyle ( XmlNode nodeStyle ) : LegendStyle
nodeStyle System.Xml.XmlNode
Résultat AODL.Document.Styles.LegendStyle

CreateChartPlotAreaStyle() public méthode

create chart plotarea style
public CreateChartPlotAreaStyle ( XmlNode nodeStyle ) : PlotAreaStyle
nodeStyle System.Xml.XmlNode
Résultat AODL.Document.Styles.PlotAreaStyle

CreateChartStyle() public méthode

create chart style
public CreateChartStyle ( XmlNode nodeStyle ) : ChartStyle
nodeStyle System.Xml.XmlNode
Résultat AODL.Document.Styles.ChartStyle

CreateChartTitleStyle() public méthode

create chart title style
public CreateChartTitleStyle ( XmlNode nodeStyle ) : TitleStyle
nodeStyle System.Xml.XmlNode
Résultat AODL.Document.Styles.TitleStyle

CreateGraphicProperties() public méthode

create the graphic property
public CreateGraphicProperties ( IStyle style, XmlNode node ) : ChartGraphicProperties
style IStyle
node System.Xml.XmlNode
Résultat AODL.Document.Styles.Properties.ChartGraphicProperties

ReadStyle() public méthode

read the styles of the chart
public ReadStyle ( XmlNode node, string styleType ) : IStyle
node System.Xml.XmlNode
styleType string
Résultat IStyle

ReadStyleNode() public méthode

read the style node
public ReadStyleNode ( string styleName ) : XmlNode
styleName string
Résultat System.Xml.XmlNode

Property Details

AutomaticStylePath public_oe static_oe property

public static string AutomaticStylePath
Résultat string