Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RadarAxisX2D.WholeRange Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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