Back to Devexpress

LinearScaleRangeBar.LinearScale Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscalerangebar.md

latest1.3 KB
Original Source

LinearScaleRangeBar.LinearScale Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public ILinearScale LinearScale { get; set; }
vb
Public Property LinearScale As ILinearScale

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Model.ILinearScale

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

|

See Also

LinearScaleRangeBar Class

LinearScaleRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace