Skip to main content
A newer version of this page is available. .

ScaleRange.Scale Property

Gets the scale with which the current range is associated.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

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