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

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

공개 메소드들

메소드 설명
BuildNode ( ) : XmlNode

Builds the node.

ChartPlotArea ( Chart chart ) : System
ChartPlotArea ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartPlotArea class.

ChartPlotArea ( IDocument document, XmlNode node ) : System

Initializes a new instance of the ChartPlotArea class.

FirstColumnHasLabels ( ) : bool

if fistColumnl has labels

FirstLineHasLabels ( ) : bool

if fistLine has labels or not

InitPlotArea ( ) : void

Init the plotarea

비공개 메소드들

메소드 설명
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 node.
public BuildNode ( ) : XmlNode
리턴 System.Xml.XmlNode

ChartPlotArea() 공개 메소드

public ChartPlotArea ( Chart chart ) : System
chart Chart
리턴 System

ChartPlotArea() 공개 메소드

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

ChartPlotArea() 공개 메소드

Initializes a new instance of the ChartPlotArea class.
public ChartPlotArea ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 System

FirstColumnHasLabels() 공개 메소드

if fistColumnl has labels
public FirstColumnHasLabels ( ) : bool
리턴 bool

FirstLineHasLabels() 공개 메소드

if fistLine has labels or not
public FirstLineHasLabels ( ) : bool
리턴 bool

InitPlotArea() 공개 메소드

Init the plotarea
public InitPlotArea ( ) : void
리턴 void