Search
TickSettings.customIntervals Property
See Also
 






Gets an array of CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval.

Namespace: MindFusion.Gauges
File: TickSettings.js

 Syntax

JavaScript  Copy Code

get customIntervals() {}
set customIntervals(value) {}

 Property Value

Array

An array of CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval.

 See Also