Back to Devexpress

ScaleRange.EndPercent Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-scalerange-22e66921.md

latest1.6 KB
Original Source

ScaleRange.EndPercent Property

Gets or sets the end value of the range in percents.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(null)]
public float? EndPercent { get; set; }
vb
<DefaultValue(Nothing)>
Public Property EndPercent As Single?

Property Value

TypeDefaultDescription
Nullable<Single>null

A nullable Single value that specifies the end value of the range in percents.

|

Remarks

See the ScaleRange.StartPercent topic, to learn more.

See Also

StartValue

EndValue

StartPercent

ScaleRange Class

ScaleRange Members

DevExpress.XtraGauges.Core.Model Namespace