Search
TickSettings.count Property
See Also
 






Gets or sets the number of ticks and labels.

Namespace: MindFusion.Gauges
File: TickSettings.js

 Syntax

JavaScript  Copy Code

get count() {}
set count(value) {}

 Property Value

Type: Number
Number

The number of ticks and labels.

 Remarks

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

 See Also