class swtChartWrapper::Chart

sys::Obj
  fwt::Widget
    fwt::Canvas
      swtChartWrapper::Chart

Source

Chart displays an instance of a chart, containing series of lines, bars or scattered points.

adjustRange

Void adjustRange()

Source

Alter ranges of axes so all data are visible.

background

Color background

Source

Colour of chart's background.

data

Series[] data

Source

List of series subclassing Series to be plotted on the chart.

legend

Legend legend

Source

The chart's legend. This field is readonly.

orientation

Orientation orientation

Source

Orientation of graph: horizontal plots the x-axis as usual, and vertical plots the x-axis vertically. Defaults to horizontal.

plotBackground

Color plotBackground

Source

Colour of background for plotted area of chart.

save

Void save(Str filename, ImageType format)

Source

Save chart to given filename.

title

Title title

Source

The chart's title. This field is readonly.

xAxis

Axis xAxis

Source

Retrieve the x-axis for the chart. This field is readonly.

yAxis

Axis yAxis

Source

Retrieve the y-axis for the chart. This field is readonly.

zoomIn

Void zoomIn()

Source

Zoom in all axes.

zoomOut

Void zoomOut()

Source

Zoom out all axes.