TickDefinition
[ Interface ]
export interface TickDefinition {
mainTickRange: number;
subTickRange: number;
}
Properties
Name | Type | Description |
---|---|---|
mainTickRange | Distance of the main axis markers | |
subTickRange | Distance of the secondary axis markers |
See also
Schema: tchmi:framework#/definitions/GaugeTickDefinition
Available from 1.8 |