Class AbsoluteBubbleSizeSelector
A bubble-size-selector implementation that selects a bubble size equal to the BubbleSize property of the bubble data point.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|