Back to Devexpress

RadarSeriesViewBase Class

corelibraries-devexpress-dot-xtracharts-8d31b471.md

latest3.9 KB
Original Source

RadarSeriesViewBase Class

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

Declaration

csharp
public abstract class RadarSeriesViewBase :
    SeriesViewBase,
    IXYSeriesView,
    ISeriesView,
    IShadowSupportView,
    IColorEachSupportView
vb
Public MustInherit Class RadarSeriesViewBase
    Inherits SeriesViewBase
    Implements 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.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

Inheritance

Show 14 items

Object ChartElement SeriesViewBase RadarSeriesViewBase RadarPointSeriesView

RadarLineSeriesView

RadarRangeAreaSeriesView

ScatterPolarLineSeriesView

ScatterRadarLineSeriesView

RadarAreaSeriesView

PolarAreaSeriesView

PolarLineSeriesView

PolarPointSeriesView

PolarRangeAreaSeriesView

See Also

RadarSeriesViewBase Members

DevExpress.XtraCharts Namespace