Skip to main content

RadarPointSeriesLabel Class

Defines label settings for Radar and Polar series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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

See Also