AxisBase.VisualRange Property
In This Article
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 |
---|---|
Visual |
A Visual |
See Also