ScaleRange.EndPercent Property
Gets or sets the end value of the range in percents.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v20.2.Core.dll
Declaration
[DefaultValue(null)]
public float? EndPercent { get; set; }
<DefaultValue(Nothing)>
Public Property EndPercent As Single?
Property Value
Type | Default | Description |
---|---|---|
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.
Implements
DevExpress.XtraGauges.Core.Model.IScaleRange.EndPercent
See Also
Feedback