Skip to main content

LinearScaleLevel.Scale Property

Gets the scale object to which the current LinearScaleLevel object is linked.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public IScale Scale { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Model.IScale

An IScale object that represents the scale to which the current object is linked.

Remarks

This property returns the same value as the LinearScaleLevel.LinearScale property.

See Also