corelibraries-devexpress-dot-xtracharts-8d31b471.md
Represents the base class for series views of the Radar and Polar types.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class RadarSeriesViewBase :
SeriesViewBase,
IXYSeriesView,
ISeriesView,
IShadowSupportView,
IColorEachSupportView
Public MustInherit Class RadarSeriesViewBase
Inherits SeriesViewBase
Implements IXYSeriesView,
ISeriesView,
IShadowSupportView,
IColorEachSupportView
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.
IXtraSupportDeserializeCollectionItem
Show 14 items
Object ChartElement SeriesViewBase RadarSeriesViewBase RadarPointSeriesView
See Also