class swtChartWrapper::Series
sys::Obj swtChartWrapper::Series
Parent class for the different types of data which can be plotted on a chart.
- enableStack
-
Bool enableStack
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
The label for the data series.
- pointFormat
-
SeriesLabel pointFormat
To manipulate the display of labels on the data series.
- xErrorBar
-
ErrorBar xErrorBar
Handle error bars in x-direction. Typically only used for scatter plots.
- yErrorBar
-
ErrorBar yErrorBar
Handle error bars in y-direction.