Back to Devexpress

Range.ActualMaxValueInternal Property

wpf-devexpress-dot-xpf-dot-charts-dot-range-7e48e781.md

latest1.1 KB
Original Source

Range.ActualMaxValueInternal Property

Gets the actual internal numerical representation of the range maximum value.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public double ActualMaxValueInternal { get; set; }
vb
<Browsable(False)>
Public Property ActualMaxValueInternal As Double

Property Value

TypeDescription
Double

A Double value that represents the internal representation of the range maximum value.

|

See Also

Range Class

Range Members

DevExpress.Xpf.Charts Namespace