Gets or sets the radius length of the smallest bubble. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public double MinBubbleSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property MinBubbleSize As Double |
A double value. The default is NaN.
The property specifies the radius of the smallest bubble. If the property value is NaN, the radius of the biggest bubble is set to 20. The radius of the biggest bubble is specified by MaxBubbleSize. 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.