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