Class ScatterBubbleDataPoint
Represents an object that contains information about a bubble data item.
Inheritance
System.Object
ScatterBubbleDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ScatterBubbleDataPoint : ScatterDataPoint, INotifyPropertyChanged, IDataPoint, IBubbleDataPoint
Constructors
ScatterBubbleDataPoint()
Declaration
public ScatterBubbleDataPoint()
Properties
BubbleSize
Gets or sets the value that is provided for the X-axis of the cartesian chart.
Declaration
public Nullable<double> BubbleSize { get; set; }
Property Value
System.Nullable<System.Double>
|