Represents an object that contains information about a bubble data item.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ScatterBubbleDataPoint : ScatterDataPoint, INotifyPropertyChanged, IBubbleDataPoint
Inheritance: objectPropertyBagObjectChartNodeDataPointScatterDataPointScatterBubbleDataPoint...
Implements:
Inherited Members
Constructors
C#
public ScatterBubbleDataPoint()
Properties
Gets or sets the value that is provided for the X-axis of the cartesian chart.
C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double? BubbleSize { get; set; }
Implements: