Back to Devexpress

Scatter Polar Line

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

latest1.6 KB
Original Source

Scatter Polar Line

  • May 28, 2021

Short Description

The Scatter Polar 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.

An example of the Scatter Polar Line chart is shown in the image below.

Series Characteristics

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

FeatureValue
Series View typePolarLineScatterSeries2D
Diagram typePolarDiagram2D
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 Polar 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 Polar Line chart.