Skip to main content

LinearScaleEffectLayer.LinearScale Property

Gets or sets the scale object to which the current LinearScaleEffectLayer object is linked.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public ILinearScale LinearScale { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Model.ILinearScale

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

See Also