InterfaceIBubbleDataPoint
Interface
Defines an interface for the bubble data points.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public interface IBubbleDataPoint
Properties
BubbleSize
Gets the bubble size value associated with the point.
DataItem
Gets the object instance that represents the data associated with this point. Valid when the owning ChartSeries is data-bound.
Presenter
Gets the IChartElementPresenter instance where this node is visualized.
Declaration
cs-api-definition
IChartElementPresenter Presenter { get; }
Property Value