Gets or sets the minimum bubble size in a bubble chart.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public float MinimumSize { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property MinimumSize As Single
	Get
	Set

Remarks

The minimum bubble size represents the percentage of the diameter (or area) of the plot area.

See Also