Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AxisRange.MinValueInternal Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public double MinValueInternal { get; set; }

#Property Value

Type Description
Double

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

#Remarks

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

Note

Although the MinValueInternal property is intended for a 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 minimum value of an axis, due to the ambiguity introduced by the side-margins span.

See Also