RadarPointSeries2D Class
The Radar Point series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
The RadarPointSeries2D class provides the functionality of a series view of the Radar Point type within a chart control.
For more information on series views of the Radar Point type, please see the Radar Point topic.
#Examples
The following example demonstrates how to create a 2D Radar Point chart.
To do this, it is necessary to assign the ChartControl.Diagram property to RadarDiagram2D, and then add two RadarPointSeries2D objects with points to the radar diagram Diagram.Series collection.
#Implements
#Inheritance
#Extension Methods
See Also