Class BubbleDataPoint
Inheritance
System.Object
BubbleDataPoint
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.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class BubbleDataPoint : ScatterDataPoint, IDisposable, INotifyPropertyChanged
Constructors
BubbleDataPoint()
BubbleDataPoint(Double, Double, Double)
Initializes a new instance of the BubbleDataPoint class.
Declaration
public BubbleDataPoint(double x, double y, double value)
Parameters
System.Double
x
The x. |
System.Double
y
The y. |
System.Double
value
The value. |
Properties
Value
Gets or sets the value that is provided for the X-axis of the first control point.
Declaration
public double Value { get; set; }
Property Value
System.Double
|