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