TickConfig

interface TickConfig

The stroke properties needed to draw ticks.

Properties

tickStroke
Link copied to clipboard
common
abstract var tickStroke: Color?
The ticks stroke Color, if null ticks won't draw.
tickStrokeWidth
Link copied to clipboard
common
abstract var tickStrokeWidth: Double?
The ticks stroke thickness, if null ticks won't draw.

Inheritors

AxisConfig
Link copied to clipboard