ComponentOne Chart for WPF and Silverlight
GetMinSize Method


C1.WPF.C1Chart Namespace > BubbleOptions Class : GetMinSize Method
Returns the value of the MinSizeProperty attached property for a specified chart.
Syntax
'Declaration
 
<System.Windows.AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
Public Shared Function GetMinSize( _
   ByVal chart As C1Chart _
) As System.Windows.Size
'Usage
 
Dim chart As C1Chart
Dim value As System.Windows.Size
 
value = BubbleOptions.GetMinSize(chart)
[System.Windows.AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
public static System.Windows.Size GetMinSize( 
   C1Chart chart
)

Parameters

chart
See Also

Reference

BubbleOptions Class
BubbleOptions Members