Charting for WinForms Programmer's Guide
BaseScale.Pointers Property
See Also
 






Gets or sets a collection with the pointers displayed in the scale.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public ObservableCollection<Pointer> Pointers { get; set; }

Visual Basic  Copy Code

Public Property Pointers As ObservableCollection(Of Pointer)

 Property Value

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges Namespace