RadarPointSeriesLabel Class
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class RadarPointSeriesLabel :
PointSeriesLabel
#Remarks
The RadarPointSeriesLabel class provides label functionality for series of the Radar and Polar view types.
An instance of the RadarPointSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is either RadarAreaSeriesView, RadarLineSeriesView, RadarPointSeriesView, PolarAreaSeriesView, PolarLineSeriesView or PolarPointSeriesView.
#Implements
#Inheritance
Object
ChartElement
SeriesLabelBase
PointSeriesLabel
RadarPointSeriesLabel
See Also