Class PolarAreaPointElement
Inheritance
System.Object
PolarAreaPointElement
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 PolarAreaPointElement : PolarLinePointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
PolarAreaPointElement(DataPoint)
Initializes a new instance of the PolarAreaPointElement class.
Declaration
public PolarAreaPointElement(DataPoint point)
Parameters
DataPoint
point
The point. |