Search
BaseGauge(T).Scales Property
See Also
 






Gets or sets the scales contained in the gauge.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

public ObservableCollection<T> Scales { get; set; }

Visual Basic  Copy Code

Public Property Scales As ObservableCollection(Of T)

 Property Value

A collection of scale objects.

 See Also