Back to Devexpress

Scatter Radar Line

wpf-113951-controls-and-libraries-charts-suite-chart-control-series-2d-series-types-radar-series-scatter-radar-line.md

latest1.7 KB
Original Source

Scatter Radar Line

  • May 28, 2021

Short Description

The Scatter Radar Line series is useful when it’s necessary to display series points on a circular grid in the same order they were added to the collection, without grouping by the argument. This feature is the main difference between this and other series types, which sort and group points by arguments.

For example, the following image demonstrates a Scatter Radar Line chart, representing a graph for the Archimedean Spiral function.

Series Characteristics

The table below lists the main characteristics of this chart type.

FeatureValue
Series View typeRadarLineScatterSeries2D
Diagram typeRadarDiagram2D
Number of arguments per series point1
Number of values per series point1

Note

  • For information on which series view types can be combined with the Scatter Radar Line view, refer to the Series Type Compatibility document.
  • This series view type is displayed correctly only if scale types of the X and Y axes are numeric continuous. For more information, refer to the ContinuousNumericScaleOptions document.

Example

The following example demonstrates how to create a 2D Scatter Radar Line chart.