Back to Devexpress

LinearScaleLevel.Scale Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscalelevel-d20dfac9.md

latest1.5 KB
Original Source

LinearScaleLevel.Scale Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IScale Scale { get; }
vb
Public ReadOnly Property Scale As IScale

Property Value

TypeDescription
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

LinearScale

LinearScaleLevel Class

LinearScaleLevel Members

DevExpress.XtraGauges.Core.Model Namespace