AxisBase.WholeRange Property
In This Article
Gets or sets the range through which it’s possible to scroll an axis.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public WholeAxisRange WholeRange { get; set; }
#Property Value
Type | Description |
---|---|
Whole |
A Whole |
See Also