RadarSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class RadarSeries : PolarSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeriesRadarSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadarSeries class.
C#
public RadarSeries()
Initializes a new instance of the RadarSeries class.
Initializes a new instance of the RadarSeries class.
Properties
C#
[Browsable(true)]
public string CategoryMember { get; set; }
Methods
Binds the members.
C#
protected override void BindMembers()
Overrides:
C#
protected override DataPointElement CreatePointElement(DataPoint point)
Overrides: