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