New to Telerik UI for WPFStart a free 30-day trial

Defines an interface for the bubble data points.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public interface IBubbleDataPoint

Derived Classes: BubbleDataPointScatterBubbleDataPoint

Properties

Gets the bubble size value associated with the point.

C#
double? BubbleSize { get; }

Gets the object instance that represents the data associated with this point. Valid when the owning ChartSeries is data-bound.

C#
object DataItem { get; }

Gets the IChartElementPresenter instance where this node is visualized.

C#
IChartElementPresenter Presenter { get; }
In this article
DefinitionPropertiesBubbleSizeDataItemPresenter
Not finding the help you need?
Contact Support