AxisBase.WholeRangeStartValue Property
In This Article
Specifies the whole range’s start value in axis units.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "WholeRangeStartValueChanged")]
public object WholeRangeStartValue { get; set; }
#Property Value
Type | Description |
---|---|
Object | The whole range’s start value. |
#Remarks
To specify the whole range’s start value, set the axis’ WholeRangeStartValue
property.
You can also use the SetWholeRangeValues method to specify both start and end values for the whole range.
See Also