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:
Constructors
C#
protected ChartBubbleSizeSelector()
Methods
Calculates the bubble size for a given bubble data point.
C#
public abstract RadSize SelectBubbleSize(IBubbleDataPoint dataPoint)