axis-minor-tick-width (nonlocal option definition)
public axis-minor-tick-width:any =1px
Package: CURL.GUI.CHARTS

The width of a minor tick in a Chart.

Description

This option is typically used by MinorTickShape. It dictates the width of the tick. For a tick on a horizontal axis, the width is the horizontal size of the tick.

Legal types of values are:

The default value is 1px, or one pixel thick. Examples of legal values include:

Please see Shape.quantize-line-thickness for an explanation of how values are converted and quantized to pixels.

Notes

Minor ticks are not created by default; to create them, you must create your own subclass of ChartAxis or one of its implementations, and override ChartAxis.generate-minor-ticks.