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:
C#
public class AbsoluteBubbleSizeSelector : ChartBubbleSizeSelector
Inheritance: objectChartBubbleSizeSelectorAbsoluteBubbleSizeSelector
Constructors
C#
public AbsoluteBubbleSizeSelector()
Methods
Calculates a bubble size equal to the BubbleSize property of the given bubble data point.
C#
public override RadSize SelectBubbleSize(IBubbleDataPoint dataPoint)
Overrides: