C# 클래스 AODL.Document.Styles.Properties.ChartProperties

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

공개 메소드들

메소드 설명
ChartProperties ( IStyle style ) : System

The Constructor, create new instance of ChartProperties

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

보호된 메소드들

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

메소드 상세

ChartProperties() 공개 메소드

The Constructor, create new instance of ChartProperties
public ChartProperties ( IStyle style ) : System
style IStyle The ColumnStyle
리턴 System

CreateAttribute() 보호된 메소드

protected CreateAttribute ( string name, string text, string prefix ) : void
name string
text string
prefix string
리턴 void

NewXmlNode() 공개 메소드

Create the XmlNode which represent the propertie element.
public NewXmlNode ( ) : void
리턴 void