Class BubbleDataPoint
Defines a Categorical
Inheritance
System.Object
BubbleDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class BubbleDataPoint : CategoricalDataPoint, INotifyPropertyChanged, IDataPoint, IBubbleDataPoint
Constructors
BubbleDataPoint()
Declaration
public BubbleDataPoint()
Properties
BubbleSize
Gets or sets the bubble size value associated with the point.
Declaration
public Nullable<double> BubbleSize { get; set; }
Property Value
System.
|