public class XYStyle extends ChartStyle
XYPlot
.SCATTER
,
BUBBLE
,
Serialized FormModifier and Type | Field and Description |
---|---|
static XYStyle |
BUBBLE
The bubble chart style.
|
static XYStyle |
SCATTER
The scatter chart style.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style.
|
AbstractPlot |
getDefaultPlot()
Creates a new xy plot and initializes the plot with default settings.
|
public static final XYStyle SCATTER
public static final XYStyle BUBBLE
public boolean equals(java.lang.Object obj)
public AbstractPlot getDefaultPlot()
getDefaultPlot
in class ChartStyle
XYPlot
.AbstractPlot
public java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets
in class ChartStyle
chart
- the chartChart2
Copyright © 1999-2020 by i-net software GmbH