class swtChartWrapper::SeriesLabel

sys::Obj
  swtChartWrapper::SeriesLabel

Source

Stores the formatting for labels of data points on the chart.

font

Font font

Source

The font for displaying the data labels.

foreground

Color foreground

Source

The colour of the displayed data labels. Defaults to Color.black.

format

Str format

Source

A (Java-based) formatting string for displaying the data labels.

visible

Bool visible

Source

Make the data labels visible or not. Defaults to false.