Charting for WinForms Programmer's Guide
TickSettings.CustomIntervals Property
See Also
 






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

 Syntax

C#  Copy Code

public ObservableCollection<CustomInterval> CustomIntervals { get; set; }

Visual Basic  Copy Code

Public Property CustomIntervals As ObservableCollection(Of CustomInterval)

 Property Value

 Remarks

The custom intervals can be used to give specific appearance to the ticks within a particular range.

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges Namespace