Skip to main content

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

NuGet Package: 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