ScrollingRange.MinValueInternal Property
OBSOLETE
This property is obsolete now. Use AxisBase.WholeRange.MinValueInternal instead.
Gets or sets the internal float representation of the axis scrolling range minimum value.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use AxisBase.WholeRange.MinValueInternal instead.")]
[XtraSerializableProperty]
public double MinValueInternal { get; set; }
Property Value
Type | Description |
---|---|
Double | A Double value which specifies the internal representation of the scrolling range minimum value. |
Remarks
Use the MinValueInternal property to specify or obtain the internal float representation of the ScrollingRange.MinValue property. This is helpful when it’s required to precisely adjust an axis scrolling range, when the axis uses the DateTime or Qualitative scale type.
When automatic range setting is switched off (the ScrollingRange.Auto property is false), a modification of the MinValueInternal property results in the ScrollingRange.MinValue property being set to null (for Qualitative and DateTime scales).
Note
The actual range may not correspond to the MinValueInternal property value, when the ScrollingRange.SideMarginsEnabled property is enabled, because of the extended scrolling range.
For more information, refer to Visual Ranges and Whole Ranges .