Skip to main content
A newer version of this page is available. .

RadarAxisX2D.WholeRange Property

Gets or sets the entire range of a radar X-axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Range WholeRange { get; set; }

Property Value

Type Description
Range

A Range object representing the settings for the entire range of a radar X-axis.

Remarks

You can manually define the Range.MaxValue and Range.MinValue properties.

In addition, you can use the Range.AutoSideMargins property to force an axis to automatically extend its range so that indents are preserved on both ends of the axis.

See Also