Class BubbleDataPoint
Defines a CategoricalDataPoint that has a BubbleSize property, used by numerical axes.
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.Nullable<System.Double>
|