Package | Description |
---|---|
org.swtchart.internal | |
org.swtchart.internal.axis | |
org.swtchart.internal.series |
Constructor and Description |
---|
Grid(Axis axis)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Axis |
AxisTickMarks.getAxis()
Gets the associated axis.
|
Constructor and Description |
---|
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 | Method and Description |
---|---|
protected void |
LineSeries.draw(org.eclipse.swt.graphics.GC gc,
int width,
int height,
Axis xAxis,
Axis yAxis) |
protected void |
BarSeries.draw(org.eclipse.swt.graphics.GC gc,
int width,
int height,
Axis xAxis,
Axis yAxis) |
protected abstract void |
Series.draw(org.eclipse.swt.graphics.GC gc,
int width,
int height,
Axis xAxis,
Axis yAxis)
Draws series.
|
protected void |
ErrorBar.draw(org.eclipse.swt.graphics.GC gc,
int h,
int v,
Axis axis,
int seriesIndex)
Draws error bar.
|
Range |
LineSeries.getAdjustedRange(Axis axis,
int length) |
Range |
BarSeries.getAdjustedRange(Axis axis,
int length) |
abstract Range |
Series.getAdjustedRange(Axis axis,
int length)
Gets the adjusted range to show all series in screen.
|
protected Range |
Series.getRangeWithMargin(int lowerPlotMargin,
int upperPlotMargin,
int length,
Axis axis,
Range range)
Gets the range with given margin.
|
void |
SeriesSet.updateCompressor(Axis axis)
Updates the compressor associated with the given axis.
|
Copyright © 2024. All rights reserved.