Package | Description |
---|---|
org.swtchart.examples.ext | |
org.swtchart.ext | |
org.swtchart.internal | |
org.swtchart.internal.axis | |
org.swtchart.internal.series |
Modifier and Type | Field and Description |
---|---|
private Chart |
InteractiveChartExample.chart
the chart
|
Modifier and Type | Class and Description |
---|---|
class |
InteractiveChart
An interactive chart which provides the following abilities.
|
Modifier and Type | Field and Description |
---|---|
protected Chart |
Title.chart
the chart
|
private Chart |
Legend.chart
the plot chart
|
protected Chart |
PlotArea.chart
the chart
|
Constructor and Description |
---|
ChartTitle(Chart chart)
Constructor.
|
Legend(Chart chart,
int style)
Constructor.
|
PlotArea(Chart chart,
int style)
Constructor.
|
Title(Chart parent)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private Chart |
AxisTickLabels.chart
the chart
|
private Chart |
Axis.chart
the plot chart
|
private Chart |
AxisTick.chart
the chart
|
private Chart |
AxisTickMarks.chart
the chart
|
private Chart |
AxisSet.chart
the chart
|
Constructor and Description |
---|
Axis(int id,
IAxis.Direction direction,
Chart chart)
Constructor.
|
AxisSet(Chart chart)
Constructor.
|
AxisTick(Chart chart,
Axis axis)
Constructor.
|
AxisTickLabels(Chart chart,
Axis axis)
Constructor.
|
AxisTickMarks(Chart chart,
Axis axis)
Constructor.
|
AxisTitle(Chart chart,
int style,
Axis axis,
IAxis.Direction direction)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private Chart |
SeriesSet.chart
the chart
|
protected Chart |
Series.chart
the chart
|
Constructor and Description |
---|
BarSeries(Chart chart,
java.lang.String id)
Constructor.
|
LineSeries(Chart chart,
java.lang.String id)
Constructor.
|
Series(Chart chart,
java.lang.String id)
Constructor.
|
SeriesSet(Chart chart)
Constructor.
|