Back to Devexpress

ArcScaleRangeBar.ArcScale Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalerangebar-646f5395.md

latest1.2 KB
Original Source

ArcScaleRangeBar.ArcScale Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IArcScale ArcScale { get; set; }
vb
Public Property ArcScale As IArcScale

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Model.IArcScale

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

|

See Also

ArcScaleRangeBar Class

ArcScaleRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace