Gets or sets a collection with the pointers displayed in the scale.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public ObservableCollection<Pointer> Pointers { get; set; } |
Visual Basic Copy Code |
---|
Public Property Pointers As ObservableCollection(Of Pointer) |
An ObservableCollection of Pointer objects.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |