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

ArcScale.CreateRange() Method

Creates a range object of the type that is compatible with the current ArcScale object.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public IScaleRange CreateRange()

Returns

Type Description
DevExpress.XtraGauges.Core.Model.IScaleRange

A range object.

Remarks

A range object created by this method is compatible with the current ArcScale object, and so can be added to the ArcScale.Ranges collection.

See Also