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