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

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

공개 메소드들

메소드 설명
ChartDataPoint ( Chart chart ) : System

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

ChartDataPoint ( Chart chart, string styleName ) : System
ChartDataPoint ( IDocument document, XmlNode node ) : System
NewXmlNode ( string styleName ) : void

비공개 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

메소드 상세

ChartDataPoint() 공개 메소드

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

ChartDataPoint() 공개 메소드

public ChartDataPoint ( Chart chart, string styleName ) : System
chart Chart
styleName string
리턴 System

ChartDataPoint() 공개 메소드

public ChartDataPoint ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
리턴 System

NewXmlNode() 공개 메소드

public NewXmlNode ( string styleName ) : void
styleName string
리턴 void