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

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

공개 메소드들

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

Initializes a new instance of the chartaxis class.

ChartAxis ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartAxis class.

ChartAxis ( IDocument document, XmlNode node ) : System

the constructor of the chart axes

Setgrid ( ) : void

비공개 메소드들

메소드 설명
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

Inits the standards.

NewXmlNode ( string styleName ) : void

메소드 상세

ChartAxis() 공개 메소드

Initializes a new instance of the chartaxis class.
public ChartAxis ( Chart chart ) : System
chart Chart The chart.
리턴 System

ChartAxis() 공개 메소드

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

ChartAxis() 공개 메소드

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

Setgrid() 공개 메소드

public Setgrid ( ) : void
리턴 void