Skip to main content

ScaleRange.EndPercent Property

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

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public float? EndPercent { get; set; }

Property Value

Type Description
Nullable<Single>

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