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

ScrollingRange.MaxValueInternal Property

OBSOLETE

This property is obsolete now. Use AxisBase.WholeRange.MaxValueInternal instead.

Gets or sets the internal float representation of the scrolling range maximum value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Obsolete("This property is obsolete now. Use AxisBase.WholeRange.MaxValueInternal instead.")]
[Browsable(false)]
[XtraSerializableProperty]
public double MaxValueInternal { get; set; }

Property Value

Type Description
Double

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

Remarks

Use the MaxValueInternal property, to specify or obtain the internal float representation of the ScrollingRange.MaxValue property value. As with the ScrollingRange.MaxValue property, this setting affects the axis scrolling range.

When automatic range setting is switched off (the ScrollingRange.Auto property is false), a modification of the MaxValueInternal property results in the ScrollingRange.MaxValue property being set to null value for Qualitative and DateTime scales.

Note

The actual range may not correspond to the MaxValueInternal 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 .

See Also