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






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

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public ObservableCollection<Range> Ranges { get; set; }

Visual Basic  Copy Code

Public Property Ranges As ObservableCollection(Of Range)

 Property Value

An ObservableCollection of Range objects.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges Namespace