class swtChartWrapper::LineSeries

sys::Obj
  swtChartWrapper::Series
    swtChartWrapper::LineSeries

Source

A line series is drawn as a sequence of points, connected by a line.

enableArea

Bool enableArea

Source

Determine if region between line and axis is shaded. Defaults to false.

enableStep

Bool enableStep

Source

Determine if the graph should be drawn as a step graph. Defaults to false.

lineColor

Color lineColor

Source

The colour to draw the line (and any area). Defaults to blue.

lineStyle

LineStyle lineStyle

Source

The style to draw the line. Defaults to LineStyle.solid.

lineWidth

Int lineWidth

Source

The number of pixels wide to draw the line. Defaults to 1.

points

Float[] points

Source

The y-coordinates of the points to display.

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.