IBubbleDataPoint
Interface
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:
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; }