Back to Devexpress

Axis2D.ActualVisualRange Property

wpf-devexpress-dot-xpf-dot-charts-dot-axis2d-427fb949.md

latest1.0 KB
Original Source

Axis2D.ActualVisualRange Property

Gets the actual visible range of a 2D-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 ActualVisualRange { get; set; }
vb
<Browsable(False)>
Public Property ActualVisualRange As Range

Property Value

TypeDescription
Range

A Range object that is the axis actual visible range.

|

See Also

Axis2D Class

Axis2D Members

DevExpress.Xpf.Charts Namespace