Search
TickSettings.step Property
See Also
 






Gets or sets the value between adjacent ticks and labels.

Namespace: MindFusion.Gauges
File: TickSettings.js

 Syntax

JavaScript  Copy Code

get step() {}
set step(value) {}

 Property Value

Number

The value between adjacent ticks and labels.

 Remarks

This property is mutually exclusive with the Count property. If both are specified the Step property will take precedence.

 See Also