Search
BaseScale.getScaleChildren Method
See Also
 






Gets a collection with elements displayed in the scale.

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

 Syntax

Java  Copy Code

public ObservableList<ScaleElement> getScaleChildren ()

 Return Value

An ObservableList containing scale's child elements.

 See Also