class swtChartWrapper::ScatterSeries

sys::Obj
  swtChartWrapper::Series
    swtChartWrapper::ScatterSeries

Source

A scatter series defines both the x and y coordinates of the points to display. Points are plotted separately. The number of x and y coordinates should be equal.

symbolColor

Color symbolColor

Source

Colour to draw the symbol. Defaults to gray.

symbolSize

Int symbolSize

Source

Size of symbol in pixels. Defaults to 4.

symbolType

PlotSymbolType symbolType

Source

The symbol to use for plotting. Defaults to PlotSymbolType.circle.

xPoints

Float[] xPoints

Source

The x-coordinates of the points to display.

yPoints

Float[] yPoints

Source

The y-coordinates of the points to display.