RadarSeriesViewBase Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public abstract class RadarSeriesViewBase :
SeriesViewBase,
IXYSeriesView,
ISeriesView,
IShadowSupportView,
IColorEachSupportView
Remarks
The RadarSeriesViewBase class serves as a base for the RadarAreaSeriesView, RadarLineSeriesView, RadarPointSeriesView, PolarAreaSeriesView, PolarLineSeriesView, PolarPointSeriesView classes, which provide the functionality of Radar and Polar view types within a chart control. Properties and methods defined by the RadarSeriesViewBase class implement the base functionality which is common to all circular series views.
For more information on series views of circular types, refer to Radar Series Views and Polar Series Views.
Inheritance
See Also