Search
Pointer Class
Remarks See Also
 






Represents a needle (or arrow) within a gauge scale.

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

 Syntax

Java  Copy Code

public class Pointer extends ScaleElement

 Remarks

Instances of this class can be added to the Pointers collection of BaseScale-derived objects.

 Inheritance Hierarchy

java.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.Pointer

 See Also