AxisRange.MaxValueInternal Property
Represents the maximum value of the axis range using a numerical value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that represents the maximum value of the axis range. |
#Remarks
Use the AxisRange.MinValueInternal and MaxValueInternal properties when it is required to limit the axis range more precisely than the Qualitative or DateTime scale types allow.
The following images demonstrate a qualitative x-axis with a limited range.
The default x-axis range | A custom x-axis range |
---|---|
![]() |
![]() |
To obtain the actual values of these properties, use the AxisRange.ActualMinValueInternal and AxisRange.ActualMaxValueInternal properties.
The MaxValueInternal property is an internal double representation of the AxisRange.MaxValue property. And a modification of the MaxValueInternal property results in the AxisRange.MaxValue property being set to a null value for Qualitative and DateTime scales.
NOTE
Although the Max
#Examples
This example demonstrates how you can define a custom axis range (both in measurement units appropriate for the axis scale type, and using their internal Double representation).