LinearScale.CreateRange() Method
Creates a range object of the type that is compatible with the current LinearScale object.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraGauges.Core.Model.IScaleRange | A range object. |
Remarks
A range object created by this method is compatible with the current LinearScale object, and so can be added to the LinearScale.Ranges collection.
See Also