corelibraries-devexpress-dot-xtracharts-19628e37.md
Defines label settings for Radar and Polar series views.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class RadarPointSeriesLabel :
PointSeriesLabel
Public Class RadarPointSeriesLabel
Inherits PointSeriesLabel
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.
Object ChartElement SeriesLabelBase PointSeriesLabel RadarPointSeriesLabel
See Also