class swtChartWrapper::AxisTick
sys::Obj swtChartWrapper::AxisTick
Manage the representation and style of tick marks on an axis.
- font
-
Font font
The font to display the tick label.
- foreground
-
Color foreground
The colour for the tick label. Defaults to
Color.black
. - labelAngle
-
Int labelAngle
The angle to display the label. Defaults to 0.
- stepHint
-
Int stepHint
A hint to control the spacing of the tick marks.
- visible
-
Bool visible
Indicates if the tick marks are shown. Defaults to true.