BaseRange.StartValue Property
Gets or sets the absolute start value of the range.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | A Single value that specifies the absolute start value of the range. |
Remarks
To specify the end value, use the BaseRange.EndValue property.
For ScaleRange objects and their descendants, you can specify bounds for a range as percentages, rather than in absolute values. This can be accomplished via the ScaleRange.StartPercent and ScaleRange.EndPercent properties.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the StartValue property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.