| Modifier and Type | Method and Description |
|---|---|
List<? extends Series> |
Options.getSeries() |
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.addSeries(Series<?> series) |
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.setSeries(List<Series<?>> series) |
| Modifier and Type | Method and Description |
|---|---|
Series<?> |
InteractionEvent.getSelectedSeries()
Returns the
Series which was interacted with. |
| Modifier and Type | Method and Description |
|---|---|
void |
InteractionEvent.setSelectedSeries(Series<?> selectedSeries) |
| Modifier and Type | Class and Description |
|---|---|
class |
LiveDataSeries
This Series class supports regular updating via AJAX.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinatesSeries
A series of pairs of numbers.
|
class |
CustomCoordinatesSeries<T,U> |
class |
PointSeries
A series containing of
Points. |
class |
RangeSeries
A series of range coordinates.
|
class |
SimpleSeries
A series containing simple numbers.
|
| Modifier and Type | Method and Description |
|---|---|
Series<D> |
Series.addPoint(D point)
Adds a point to this series.
|
Series<D> |
Series.setCenter(Center center) |
Series<D> |
Series.setColor(Color color) |
Series<D> |
Series.setColor(ColorReference color) |
Series<D> |
Series.setDashStyle(GridLineDashStyle dashStyle) |
Series<D> |
Series.setData(D... data) |
Series<D> |
Series.setData(List<D> data) |
Series<D> |
Series.setDataLabels(DataLabels dataLabels) |
Series<D> |
Series.setEnableMouseTracking(Boolean enableMouseTracking) |
Series<D> |
Series.setInnerSize(PixelOrPercent innerSize) |
Series<D> |
Series.setLegendIndex(Integer legendIndex) |
Series<D> |
Series.setMarker(Marker marker) |
Series<D> |
Series.setName(String name) |
Series<D> |
Series.setPointInterval(Number pointInterval) |
Series<D> |
Series.setPointPlacement(PointPlacement pointPlacement) |
Series<D> |
Series.setPointStart(Number pointStart) |
Series<D> |
Series.setShowInLegend(Boolean showInLegend) |
Series<D> |
Series.setSize(PixelOrPercent size) |
Series<D> |
Series.setStack(String stack) |
Series<D> |
Series.setStates(StatesChoice states) |
Series<D> |
Series.setTooltip(Tooltip tooltip) |
Series<D> |
Series.setType(SeriesType type) |
Series<D> |
Series.setxAxis(Integer xAxis)
Zero-based index of the X-Axis this series should be connected to.
|
Series<D> |
Series.setyAxis(Integer yAxis)
Zero-based index of the Y-Axis this series should be connected to.
|
| Modifier and Type | Method and Description |
|---|---|
static Series<?> |
OptionsUtil.getSeriesWithWickedChartsId(Options options,
int wickedChartsId)
|
Copyright © 2013. All Rights Reserved.