PolarPointSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarPointSeries : PolarSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeriesPolarPointSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarPointSeries class.
C#
public PolarPointSeries()
Initializes a new instance of the PolarPointSeries class.
Initializes a new instance of the PolarPointSeries class.
Properties
Gets the model.
C#
public override ChartSeriesModel Model { get; }
The model.
Overrides:
Methods
Creates the model.
C#
protected override ChartDataPointCollection CreateModel()
Overrides:
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides:
Called when [attached].
C#
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides: