Class PolarPointElement
Inheritance
System.Object
PolarPointElement
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 PolarPointElement : DataPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
PolarPointElement(DataPoint)
Initializes a new instance of the PolarPointElement class.
Declaration
public PolarPointElement(DataPoint dataPoint)
Parameters
DataPoint
dataPoint
The data point. |
Methods
CreateLabelElement(DataPointElement)
Creates the label element.
Declaration
protected override LabelElement CreateLabelElement(DataPointElement point)
Parameters
DataPointElement
point
The point. |
Returns
LabelElement
|