Skip to main content

ScaleRange.Scale Property

Gets the scale with which the current range is associated.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public IScale Scale { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Model.IScale

A DevExpress.XtraGauges.Core.Model.IScale object with which the current range is associated.

See Also