Skip to main content
A newer version of this page is available. .

AxisRange.MaxValueInternal Property

Gets or sets the internal numerical representation of the range maximum value.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double MaxValueInternal { get; set; }

Property Value

Type Description
Double

A Double value which specifies the internal representation of the range maximum value.

Remarks

Use the MaxValueInternal property to specify or obtain the internal double representation of the AxisRange.MaxValue property. This setting affects the series placement along the chart axis. Note that a modification of the MaxValueInternal property results in the AxisRange.MaxValue property being set to null value for Qualitative and DateTime scales.

Note

Although the MaxValueInternal property is intended for precise range adjustment (when the DateTime or Qualitative scale types are used), it isn’t possible to achieve the utmost level of accuracy using this property when the AxisRange.SideMarginsEnabled property is turned on. In this case, it becomes impossible to precisely determine the actual maximum value of an axis, due to the ambiguity introduced by the side-margins span.

See Also