Gets or sets the radius length of the biggest bubble. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public double MaxBubbleSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property MaxBubbleSize As Double |
A double value. The default is NaN.
The property specifies the radius of the biggest bubble. If the property value is NaN, the radius of the biggest bubble is set to 50. The radius of the smallest bubble is specified by MinBubbleSize. The length of the radiuses of all other bubbles are calculated based on their value compared to the value of the biggest and smallest bubble.
Use the Y2Data property to specify the values of the bubbles. If you do not need a third data array for the bubble chart, the size of the bubble is calculated based on its value in the YData list.