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

Summary description for ChartDomain.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
ChartDomain ( Chart chart ) : System
ChartDomain ( Chart chart, string styleName ) : System
ChartDomain ( IDocument document, XmlNode node ) : System

the constructor of the chart domain

NewXmlNode ( string styleName ) : void

비공개 메소드들

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

메소드 상세

ChartDomain() 공개 메소드

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

ChartDomain() 공개 메소드

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

ChartDomain() 공개 메소드

the constructor of the chart domain
public ChartDomain ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
리턴 System

NewXmlNode() 공개 메소드

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