Skip to main content
A newer version of this page is available. .

BaseRangeBar.Scale Property

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

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

public IScale Scale { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Model.IScale

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

See Also