Skip to main content

AxisBase.ActualVisualRange Property

Gets the actual visual range of an axis.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public VisualAxisRange ActualVisualRange { get; }

#Property Value

Type Description
VisualAxisRange

A VisualAxisRange object.

See Also