Method | Description | |
---|---|---|
AddChildCategory ( |
Child category를 추가합니다.
|
|
AddChildCategoryRange ( ) : |
Child Category를 추가합니다.
|
|
GenerateXmlAttributes ( System writer ) : void |
속성들을 Xml Attribute로 생성합니다.
|
Method | Description | |
---|---|---|
GenerateXmlElements ( System writer ) : void |
ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.
|
public AddChildCategory ( |
||
childCategory | ||
return |
public AddChildCategoryRange ( ) : |
||
return |
public GenerateXmlAttributes ( System writer ) : void | ||
writer | System | Attribute를 쓸 Writer |
return | void |
protected GenerateXmlElements ( System writer ) : void | ||
writer | System | Element를 쓸 Writer |
return | void |