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

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.v20.2.dll

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

Declaration

[Browsable(false)]
public Range ActualVisualRange { get; set; }

Property Value

Type Description
Range

A Range object that is the axis actual visible range.

See Also