RadarAxisX2D.WholeRange Property
Gets or sets the entire range of a radar X-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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