Method | Description | |
---|---|---|
AddAnnotationGroup ( double x, double y ) : AnnotationGroupElement | ||
GenerateXmlAttributes ( System writer ) : void |
속성들을 Xml Attribute로 생성합니다.
|
Method | Description | |
---|---|---|
GenerateXmlElements ( System writer ) : void |
ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.
|
public AddAnnotationGroup ( double x, double y ) : AnnotationGroupElement | ||
x | double | |
y | double | |
return | AnnotationGroupElement |
public GenerateXmlAttributes ( System writer ) : void | ||
writer | System | Attribute를 쓸 Writer |
return | void |
protected GenerateXmlElements ( System writer ) : void | ||
writer | System | Element를 쓸 Writer |
return | void |