Skip to main content
A newer version of this page is available. .

RadarPointSeriesLabel Class

Defines label settings for Radar and Polar series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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.

Inheritance

See Also