Back to Devexpress

Range.ActualMinValueInternal Property

wpf-devexpress-dot-xpf-dot-charts-dot-range-16ff394e.md

latest1.1 KB
Original Source

Range.ActualMinValueInternal Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Double

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

|

See Also

Range Class

Range Members

DevExpress.Xpf.Charts Namespace