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

A class that encapsulates the logic for selecting a bubble size.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public abstract class ChartBubbleSizeSelector

Inheritance: objectChartBubbleSizeSelector

Derived Classes: AbsoluteBubbleSizeSelectorRelativeBubbleSizeSelector

Constructors

C#
protected ChartBubbleSizeSelector()

Methods

Calculates the bubble size for a given bubble data point.

C#
public abstract RadSize SelectBubbleSize(IBubbleDataPoint dataPoint)
Parameters:dataPointIBubbleDataPointReturns:

RadSize