class swtChartWrapper::Chart
sys::Obj fwt::Widget fwt::Canvas swtChartWrapper::Chart
Chart displays an instance of a chart, containing series of lines, bars or scattered points.
- adjustRange
-
Void adjustRange()
Alter ranges of axes so all data are visible.
- background
-
Color background
Colour of chart's background.
- data
-
Series[] data
List of series subclassing
Series
to be plotted on the chart. - legend
-
Legend legend
The chart's legend. This field is readonly.
- orientation
-
Orientation orientation
Orientation of graph: horizontal plots the x-axis as usual, and vertical plots the x-axis vertically. Defaults to horizontal.
- plotBackground
-
Color plotBackground
Colour of background for plotted area of chart.
- save
-
Void save(Str filename, ImageType format)
Save chart to given filename.
- title
-
Title title
The chart's title. This field is readonly.
- xAxis
-
Axis xAxis
Retrieve the x-axis for the chart. This field is readonly.
- yAxis
-
Axis yAxis
Retrieve the y-axis for the chart. This field is readonly.
- zoomIn
-
Void zoomIn()
Zoom in all axes.
- zoomOut
-
Void zoomOut()
Zoom out all axes.