class swtChartWrapper::Legend
sys::Obj swtChartWrapper::Legend
Legend holds properties for the legend of a chart.
- background
-
Color background
The background colour for the chart's legend. Defaults to Color.white.
- font
-
Font font
The font for the chart's legend.
- foreground
-
Color foreground
The foreground colour for the chart's legend. Defaults to Color.blue.
- position
-
Position position
The position of the chart's legend. Defaults to Position.right.
- visible
-
Bool visible
Indicates if the legend is visible. Defaults to true.