public interface XyPlot<X extends Comparable>
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
XyAxes |
axes()
Returns the plot axes control interface
|
<S extends Comparable> |
data()
Returns the plot data control interface
|
XyOrient |
orient()
Returns the interface to set the chart orientation
|
XyRender |
render(int index)
Returns the chart plot style interface for the dataset index
|
XyStyle |
style(Comparable seriesKey)
Returns the series style interface for the series key specified
|
<S extends Comparable> |
trend(S seriesKey)
Returns the trend line controller interface for the series specified
|
XyPlot<X> |
withColorModel(ColorModel colorModel)
Applies a color model to choose series colors for this plot
|
XyAxes axes()
XyOrient orient()
XyRender render(int index)
index - the dataset index, 0 being the first datasetXyStyle style(Comparable seriesKey)
seriesKey - the series key to operateXyPlot<X> withColorModel(ColorModel colorModel)
colorModel - the color model for plot<S extends Comparable> XyModel<X,S> data()
<S extends Comparable> XyTrend trend(S seriesKey)
seriesKey - the series key to create trend line forCopyright 2014-2017, Xavier Witdouck