ComponentOne Chart for WPF and Silverlight
SetMinSize Method


C1.WPF.C1Chart Namespace > BubbleOptions Class : SetMinSize Method
Sets the value of the MinSizeProperty attached property for a specified chart.
Syntax
'Declaration
 
Public Shared Sub SetMinSize( _
   ByVal chart As C1Chart, _
   ByVal value As System.Windows.Size _
) 
'Usage
 
Dim chart As C1Chart
Dim value As System.Windows.Size
 
BubbleOptions.SetMinSize(chart, value)
public static void SetMinSize( 
   C1Chart chart,
   System.Windows.Size value
)

Parameters

chart
value
See Also

Reference

BubbleOptions Class
BubbleOptions Members