Back to Devexpress

ArcScale.CreateRange() Method

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-7d26ccca.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IScaleRange CreateRange()
vb
Public Function CreateRange As IScaleRange

Returns

TypeDescription
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

Ranges

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace