ClassBubbleDataPoint
Class
Defines a CategoricalDataPoint that has a BubbleSize property, used by numerical axes.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class BubbleDataPoint : CategoricalDataPoint, INotifyPropertyChanged, IBubbleDataPoint
Inheritance: objectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPointBubbleDataPoint
Implements:
Inherited Members
Constructors
BubbleDataPoint()
Declaration
cs-api-definition
public BubbleDataPoint()
Properties
BubbleSize
Gets or sets the bubble size value associated with the point.
Declaration
cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double? BubbleSize { get; set; }
Property Value
Implements