class swtChartWrapper::SeriesLabel
sys::Obj swtChartWrapper::SeriesLabel
Stores the formatting for labels of data points on the chart.
- font
-
Font font
The font for displaying the data labels.
- foreground
-
Color foreground
The colour of the displayed data labels. Defaults to
Color.black
. - format
-
Str format
A (Java-based) formatting string for displaying the data labels.
- visible
-
Bool visible
Make the data labels visible or not. Defaults to false.