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

Summary description for SeriesStyle.
상속: AODL.Document.Styles.AbstractStyle
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
SeriesStyle ( IDocument document ) : System
SeriesStyle ( IDocument document, XmlNode node ) : System

the constructor of the series style

SeriesStyle ( IDocument document, string styleName ) : System

비공개 메소드들

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new Xml node.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

메소드 상세

SeriesStyle() 공개 메소드

public SeriesStyle ( IDocument document ) : System
document IDocument
리턴 System

SeriesStyle() 공개 메소드

the constructor of the series style
public SeriesStyle ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
리턴 System

SeriesStyle() 공개 메소드

public SeriesStyle ( IDocument document, string styleName ) : System
document IDocument
styleName string
리턴 System