class swtChartWrapper::ScatterSeries
sys::Obj swtChartWrapper::Series swtChartWrapper::ScatterSeries
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
Colour to draw the symbol. Defaults to gray.
- symbolSize
-
Int symbolSize
Size of symbol in pixels. Defaults to 4.
- symbolType
-
PlotSymbolType symbolType
The symbol to use for plotting. Defaults to
PlotSymbolType.circle
. - xPoints
-
Float[] xPoints
The x-coordinates of the points to display.
- yPoints
-
Float[] yPoints
The y-coordinates of the points to display.