A newer version of this page is available.
Switch to the current version.
RadarSeriesViewBase Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class RadarSeriesViewBase :
SeriesViewBase,
IXYSeriesView,
ISeriesView,
IShadowSupportView,
IColorEachSupportView,
IXtraSupportCreateContentPropertyValue
Public MustInherit Class RadarSeriesViewBase
Inherits SeriesViewBase
Implements IXYSeriesView,
ISeriesView,
IShadowSupportView,
IColorEachSupportView,
IXtraSupportCreateContentPropertyValue
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
Object
ChartElement
SeriesViewBase
RadarSeriesViewBase
See Also
Feedback