Search
TickSettings.getCustomIntervals Method
See Also
 






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

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public ObservableList<CustomInterval> getCustomIntervals ()

 Return Value

An ObservableList containing tick intervals.

 See Also