Class
BubbleDataPoint

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: IBubbleDataPointINotifyPropertyChanged

Inherited Members CategoricalDataPoint.ValueCategoricalDataPointBase.isInNumericalRangeCategoricalDataPointBase.isInCategoricalRangeCategoricalDataPointBase.CategoryCategoricalDataPointBase.IsInPlotRangeDataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChanged

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

double?

Implements IBubbleDataPoint.BubbleSize