C# 클래스 NSoft.NFramework.FusionCharts.Charts.FusionChartBase

상속: ChartBase
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
AddCategory ( string label, bool showLabel ) : void

Category를 추가합니다.

GenerateXmlAttributes ( XmlWriter writer ) : void

속성 중 Attribute Node로 표현해야 한다.

보호된 메소드들

메소드 설명
FusionChartBase ( ) : System

생성자

FusionChartBase ( string elementName ) : System

생성자

GenerateXmlElements ( XmlWriter writer ) : void

ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.

메소드 상세

AddCategory() 공개 메소드

Category를 추가합니다.
public AddCategory ( string label, bool showLabel ) : void
label string
showLabel bool
리턴 void

FusionChartBase() 보호된 메소드

생성자
protected FusionChartBase ( ) : System
리턴 System

FusionChartBase() 보호된 메소드

생성자
protected FusionChartBase ( string elementName ) : System
elementName string
리턴 System

GenerateXmlAttributes() 공개 메소드

속성 중 Attribute Node로 표현해야 한다.
public GenerateXmlAttributes ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void

GenerateXmlElements() 보호된 메소드

ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.
protected GenerateXmlElements ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Element를 쓸 Writer
리턴 void