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

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

공개 메소드들

메소드 설명
BuildNode ( ) : XmlNode

builds the content

ChartSeries ( Chart chart ) : System

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style

ChartSeries ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartPlotArea class.

ChartSeries ( IDocument document, XmlNode node ) : System

the constructor of the chartseries

비공개 메소드들

메소드 설명
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
NewXmlNode ( string styleName ) : void

메소드 상세

BuildNode() 공개 메소드

builds the content
public BuildNode ( ) : XmlNode
리턴 System.Xml.XmlNode

ChartSeries() 공개 메소드

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style
public ChartSeries ( Chart chart ) : System
chart Chart
리턴 System

ChartSeries() 공개 메소드

Initializes a new instance of the ChartPlotArea class.
public ChartSeries ( Chart chart, string styleName ) : System
chart Chart
styleName string The style name.
리턴 System

ChartSeries() 공개 메소드

the constructor of the chartseries
public ChartSeries ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
리턴 System