Package | Description |
---|---|
org.swtchart | |
org.swtchart.internal.series |
Modifier and Type | Interface and Description |
---|---|
interface |
IBarSeries
Bar series.
|
interface |
ILineSeries
Line series.
|
Modifier and Type | Method and Description |
---|---|
ISeries |
ISeriesSet.createSeries(ISeries.SeriesType type,
String id)
Creates the series.
|
ISeries[] |
ISeriesSet.getSeries()
Gets the array of series
|
ISeries |
ISeriesSet.getSeries(String id)
Gets the series for given id.
|
Modifier and Type | Class and Description |
---|---|
class |
BarSeries
Bar series.
|
class |
LineSeries
Line series.
|
class |
Series
Series.
|
Modifier and Type | Method and Description |
---|---|
ISeries |
SeriesSet.createSeries(ISeries.SeriesType type,
String id) |
ISeries[] |
SeriesSet.getSeries() |
ISeries |
SeriesSet.getSeries(String id) |
Copyright © 2013. All Rights Reserved.