MindFusion.Wpf Pack Programmer's Guide
BubbleChart.MinBubbleSize Property
See Also
 





Gets or sets the radius length of the smallest bubble. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double MinBubbleSize { get; set; }

Visual Basic  Copy Code

Public Property MinBubbleSize As Double

 Property Value

A double value. The default is NaN.

 Remarks

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.

 See Also

BubbleChart Members
BubbleChart Class
MindFusion.Charting.Wpf Namespace
MaxBubbleSize Property