Skip to main content

AxisBase.WholeRange Property

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
WholeAxisRange

A WholeAxisRange object representing the settings for the whole range of an axis.

See Also