Class RelativeBubbleSizeSelector
Namespace: Telerik.Charting
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RelativeBubbleSizeSelector : ChartBubbleSizeSelector
Constructors
RelativeBubbleSizeSelector()
Declaration
public RelativeBubbleSizeSelector()
Properties
BubbleSizeFunction
Declaration
public BubbleSizeFunction BubbleSizeFunction { get; set; }
Property Value
MaximumSize
Declaration
public double MaximumSize { get; set; }
Property Value
System.
|
MaximumSizePercent
Declaration
public double MaximumSizePercent { get; set; }
Property Value
System.
|
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
System.
|
MinimumSize
Declaration
public double MinimumSize { get; set; }
Property Value
System.
|
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
System.
|
Methods
SelectBubbleSize(IBubbleDataPoint)
Declaration
public override RadSize SelectBubbleSize(IBubbleDataPoint dataPoint)
Parameters
IBubble
|