public interface ChartPlot
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
BaseDataset |
getDataset()
Returns the dataset of this plot.
|
java.util.List |
getReferencedObject()
|
void |
readProperties(org.w3c.dom.Element element,
Chart2 chart)
Reads the chart properties from the DOMParser Element.
|
void |
refreshAutoTitles(Chart2 chart)
Reads out the data column names from dataset and refreshes the chart labels.
|
void |
saveProperties(java.io.PrintWriter out,
int depth)
Writes the properties of this chart plot to
PrintWriter . |
void refreshAutoTitles(Chart2 chart)
chart
- the chartvoid saveProperties(java.io.PrintWriter out, int depth)
PrintWriter
.out
- the outputdepth
- the depth of XML indentvoid readProperties(org.w3c.dom.Element element, Chart2 chart)
element
- the DOMParser Elementchart
- the chartjava.util.List getReferencedObject()
BaseDataset getDataset()
BaseDataset
.Copyright © 1999-2020 by i-net software GmbH