public abstract class ChartStyle
extends java.lang.Object
implements java.io.Serializable
BarStyle,
LineStyle,
AreaStyle,
Chart3DStyle,
PieStyle,
MultiplePieStyle,
PolarStyle,
StockStyle,
XYStyle,
GanttStyle,
ContinuousBarStyle,
ContinuousLineStyle,
ContinuousAreaStyle,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
ChartStyle(java.lang.String name)
Set the name with this method.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style.
|
abstract AbstractPlot |
getDefaultPlot()
Creates a default plot properly for this chart style.
|
protected ChartStyle(java.lang.String name)
name - of the chart style.public abstract AbstractPlot getDefaultPlot()
AbstractPlotCopyright © 1999-2020 by i-net software GmbH