Package | Description |
---|---|
org.swtchart.ext | |
org.swtchart.internal | |
org.swtchart.internal.axis | |
org.swtchart.internal.series |
Modifier and Type | Class and Description |
---|---|
class |
InteractiveChart
An interactive chart which provides the following abilities.
|
Modifier and Type | Field and Description |
---|---|
protected Chart |
PlotArea.chart
the chart
|
protected Chart |
Title.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.
|
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 |
---|---|
protected Chart |
Series.chart
the chart
|
Constructor and Description |
---|
BarSeries(Chart chart,
String id)
Constructor.
|
LineSeries(Chart chart,
String id)
Constructor.
|
Series(Chart chart,
String id)
Constructor.
|
SeriesSet(Chart chart)
Constructor.
|
Copyright © 2016. All Rights Reserved.