C# 클래스 NSoft.NFramework.FusionCharts.Powers.RadarChart

Radar Chart
상속: NSoft.NFramework.FusionCharts.Charts.MultiSeriesChart
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

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

Category를 추가합니다.

GenerateXmlAttributes ( System writer ) : void

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

보호된 메소드들

메소드 설명
GenerateXmlElements ( System writer ) : void

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

메소드 상세

AddCategory() 공개 메소드

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

GenerateXmlAttributes() 공개 메소드

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

GenerateXmlElements() 보호된 메소드

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