Represents a scale within a gauge control. The scale contains collections of pointers, labels, ticks and ranges along with any arbitrary controls.
Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges
SyntaxJava
Copy Code
|
|---|
public abstract class BaseScale extends ScaleElement |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.charting.components.Component
com.mindfusion.charting.components.gauges.VisualElement
com.mindfusion.charting.components.gauges.VisualElementContainer
com.mindfusion.charting.components.gauges.ScaleElement
com.mindfusion.charting.components.gauges.BaseScale
com.mindfusion.charting.components.gauges.LinearScale
com.mindfusion.charting.components.gauges.OvalScale
See Also