Gets or sets the maximum 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 MaximumSize { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property MaximumSize As Single
	Get
	Set

Remarks

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

See Also