Back to Devexpress

RadarPointSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-19628e37.md

latest2.6 KB
Original Source

RadarPointSeriesLabel Class

Defines label settings for Radar and Polar series views.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class RadarPointSeriesLabel :
    PointSeriesLabel
vb
Public Class RadarPointSeriesLabel
    Inherits 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

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase PointSeriesLabel RadarPointSeriesLabel

See Also

RadarPointSeriesLabel Members

DevExpress.XtraCharts Namespace