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