public class ChartGraphic extends Graphic
| 构造器 | 说明 |
|---|---|
ChartGraphic() |
Constructor
|
ChartGraphic(PointShape shape,
ChartBreak legend) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
exportToXML(Document doc,
Element parent) |
Export to XML document
|
PointD |
getStartPosition() |
Get start position
|
void |
importFromXML(Element graphicNode) |
Import from xml node
|
void |
setShape(PointShape aShape) |
Set point shape
|
void |
setStartPosition(PointD value) |
Set start postion
|
addLegend, addShape, getExtent, getGraphicN, getGraphics, getLegend, getNumGraphics, getResizeAbility, getShape, isCollection, isSingleLegend, loadLegend, loadShape, setExtent, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdatepublic ChartGraphic()
public ChartGraphic(PointShape shape, ChartBreak legend)
shape - Point shapelegend - Chart breakpublic PointD getStartPosition()
public void setStartPosition(PointD value)
value - Start positionpublic void setShape(PointShape aShape)
aShape - Point shapepublic void exportToXML(Document doc, Element parent)
exportToXML 在类中 Graphicdoc - XML documentparent - Parent XML elementpublic void importFromXML(Element graphicNode)
importFromXML 在类中 GraphicgraphicNode - Graphic xml nodeCopyright © 2019. All rights reserved.