ClassAbsoluteBubbleSizeSelector
Class
A bubble-size-selector implementation that selects a bubble size equal to the BubbleSize property of the bubble data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class AbsoluteBubbleSizeSelector : ChartBubbleSizeSelector
Inheritance: objectChartBubbleSizeSelectorAbsoluteBubbleSizeSelector
Constructors
AbsoluteBubbleSizeSelector()
Declaration
cs-api-definition
public AbsoluteBubbleSizeSelector()
Methods
SelectBubbleSize(IBubbleDataPoint)
Calculates a bubble size equal to the BubbleSize property of the given bubble data point.
Declaration
cs-api-definition
public override RadSize SelectBubbleSize(IBubbleDataPoint dataPoint)
Parameters
dataPoint
Returns
Overrides