Class PolarPointSeries
Inheritance
System.Object
PolarPointSeries
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarPointSeries : PolarSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
PolarPointSeries()
PolarPointSeries(SizeF)
Initializes a new instance of the PolarPointSeries class.
Declaration
public PolarPointSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
pointSize
Size of the point. |
PolarPointSeries(String, String)
Initializes a new instance of the PolarPointSeries class.
Declaration
public PolarPointSeries(string valueMember, string angleMember)
Parameters
System.String
valueMember
The value member. |
System.String
angleMember
The angle member. |
Properties
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
ChartSeriesModel
The model. |
Overrides
Methods
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
ChartDataPointCollection
|
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
DataPointElement
|
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
The parent. |