Search
TickSettings.removeCustomInterval Method
See Also
 






Removes a CustomInterval object from these settings' customIntervals collection.

Namespace: MindFusion.Gauges
File: TickSettings.js

 Syntax

JavaScript  Copy Code

function removeCustomInterval (interval)

 Parameters

interval

CustomInterval. The interval to remove.

 See Also