ClassPolarPointSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
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
PolarPointSeries()
Initializes a new instance of the PolarPointSeries class.
Declaration
cs-api-definition
public PolarPointSeries()
PolarPointSeries(SizeF)
Initializes a new instance of the PolarPointSeries class.
Declaration
cs-api-definition
public PolarPointSeries(SizeF pointSize)
Parameters
pointSize
Size of the point.
PolarPointSeries(string, string)
Initializes a new instance of the PolarPointSeries class.
Properties
Model
Gets the model.
Declaration
cs-api-definition
public override ChartSeriesModel Model { get; }
Property Value
The model.
Overrides
Methods
CreateModel()
Creates the model.
Declaration
cs-api-definition
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
cs-api-definition
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
The point.
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
cs-api-definition
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides