Interface
IBubbleDataPoint

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.

Declaration

cs-api-definition
double? BubbleSize { get; }

Property Value

double?

DataItem

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

Declaration

cs-api-definition
object DataItem { get; }

Property Value

object

Presenter

Gets the IChartElementPresenter instance where this node is visualized.

Declaration

cs-api-definition
IChartElementPresenter Presenter { get; }

Property Value

IChartElementPresenter

In this article
DefinitionPropertiesBubbleSizeDataItemPresenter
Not finding the help you need?
Contact Support