Skip to main content

AxisBase.VisualRange Property

Gets or sets the settings that specify the visible range of the axis coordinates.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public VisualAxisRange VisualRange { get; set; }

Property Value

Type Description
VisualAxisRange

A VisualAxisRange object which contains the common visual range settings of the axis coordinates.

See Also