class swtChartWrapper::LineSeries
sys::Obj swtChartWrapper::Series swtChartWrapper::LineSeries
A line series is drawn as a sequence of points, connected by a line.
- enableArea
-
Bool enableArea
Determine if region between line and axis is shaded. Defaults to false.
- enableStep
-
Bool enableStep
Determine if the graph should be drawn as a step graph. Defaults to false.
- lineColor
-
Color lineColor
The colour to draw the line (and any area). Defaults to blue.
- lineStyle
-
LineStyle lineStyle
The style to draw the line. Defaults to
LineStyle.solid
. - lineWidth
-
Int lineWidth
The number of pixels wide to draw the line. Defaults to 1.
- points
-
Float[] points
The y-coordinates of the points to display.
- 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
.