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

Range.MaxValueInternal Property

Gets the internal float representation of the range maximum value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Browsable(false)]
public double MaxValueInternal { get; }

Property Value

Type Description
Double

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

Remarks

Use the MaxValueInternal property to obtain the internal float representation of the Range.MaxValue property.

For more information, refer to Visual Ranges and Whole Ranges .

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MaxValueInternal property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also