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

Summary description for ChartStyleProcessor.
Datei anzeigen Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Properties

Property Type Description
AutomaticStylePath string

Public Methods

Method 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

Method 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 method

the constructor of the chartStyleProcesser
public ChartStyleProcessor ( Chart chart ) : System
chart Chart
return System

CreateChartLegendStyle() public method

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

CreateChartPlotAreaStyle() public method

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

CreateChartStyle() public method

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

CreateChartTitleStyle() public method

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

CreateGraphicProperties() public method

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

ReadStyle() public method

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

ReadStyleNode() public method

read the style node
public ReadStyleNode ( string styleName ) : XmlNode
styleName string
return System.Xml.XmlNode

Property Details

AutomaticStylePath public_oe static_oe property

public static string AutomaticStylePath
return string