Back to Devexpress

AxisBase.ActualWholeRange Property

wpf-devexpress-dot-xpf-dot-charts-dot-axisbase-62fa69be.md

latest1.0 KB
Original Source

AxisBase.ActualWholeRange Property

Gets the actual whole range of an axis. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public Range ActualWholeRange { get; protected set; }
vb
<Browsable(False)>
Public Property ActualWholeRange As Range

Property Value

TypeDescription
Range

A Range object.

|

See Also

AxisBase Class

AxisBase Members

DevExpress.Xpf.Charts Namespace