class swtChartWrapper::Series

sys::Obj
  swtChartWrapper::Series

Source

Parent class for the different types of data which can be plotted on a chart.

enableStack

Bool enableStack

Source

Enable stacking of this data series. All values must be positive. Stacking can only be used if the x-axis has categorical labels.

label

Str label

Source

The label for the data series.

pointFormat

SeriesLabel pointFormat

Source

To manipulate the display of labels on the data series.

xErrorBar

ErrorBar xErrorBar

Source

Handle error bars in x-direction. Typically only used for scatter plots.

yErrorBar

ErrorBar yErrorBar

Source

Handle error bars in y-direction.