C# 클래스 NSoft.NFramework.FusionCharts.Widgets.GanttChart

상속: WidgetBase
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
GanttChart ( ) : System

생성자

GenerateXmlAttributes ( System writer ) : void

속성들을 Xml Attribute로 생성합니다.

보호된 메소드들

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

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

메소드 상세

GanttChart() 공개 메소드

생성자
public GanttChart ( ) : System
리턴 System

GenerateXmlAttributes() 공개 메소드

속성들을 Xml Attribute로 생성합니다.
public GenerateXmlAttributes ( System writer ) : void
writer System Attribute를 쓸 Writer
리턴 void

GenerateXmlElements() 보호된 메소드

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