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 Polar
Declaration
public PolarPointSeries(SizeF pointSize)
Parameters
System. Size of the point. |
PolarPointSeries(String, String)
Initializes a new instance of the Polar
Declaration
public PolarPointSeries(string valueMember, string angleMember)
Parameters
System. The value member. |
System. The angle member. |
Properties
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
Chart The model. |
Overrides
Methods
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
Data The point. |
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChart The parent. |