Gets or sets a collection with CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public ObservableCollection<CustomInterval> CustomIntervals { get; set; } |
Visual Basic Copy Code |
---|
Public Property CustomIntervals As ObservableCollection(Of CustomInterval) |
An ObservableCollection of CustomInterval objects.
The custom intervals can be used to give specific appearance to the ticks within a particular range.