pod swtChartWrapper
A wrapper around the SWT Chart library. The wrapper is based on version 0.7 of swtchart. Most functionality is supported, with minor naming variations.
Classes
Axis |
Axis defines information for an x or y axis. |
AxisTick |
Manage the representation and style of tick marks on an axis. |
BarSeries |
A bar series is drawn as a sequence of disjoint rectangles. |
Chart |
Chart displays an instance of a chart, containing series of lines, bars or scattered points. |
ErrorBar |
Error bars are associated with a series. |
Grid |
A Grid is associated with an individual axis, for drawing marker lines within the plot area. |
Legend |
Legend holds properties for the legend of a chart. |
LineSeries |
A line series is drawn as a sequence of points, connected by a line. |
ScatterSeries |
A scatter series defines both the x and y coordinates of the points to display. |
Series |
Parent class for the different types of data which can be plotted on a chart. |
SeriesLabel |
Stores the formatting for labels of data points on the chart. |
Title |
Title holds properties for the title of a chart or axis. |
Enums
ErrorBarType |
Indicates which side the error bars should be shown. |
ImageType |
Image types, for saving charts to files. |
LineStyle |
Different choice of line styles. |
PlotSymbolType |
Type of symbol to use when plotting points. |
Position |
For describing position of items in chart. |