C# 클래스 AODL.Document.Content.Charts.ChartStyleProcessor

Summary description for ChartStyleProcessor.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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