ClassBubbleDataPoint
Class
Defines a CategoricalDataPoint that has a BubbleSize property, used by numerical axes.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class BubbleDataPoint : CategoricalDataPoint, INotifyPropertyChanged, IBubbleDataPoint
Inheritance: objectPropertyBagObjectNodeDataPointCategoricalDataPointBaseCategoricalDataPointBubbleDataPoint
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
public double? BubbleSize { get; set; }
Property Value
Implements