ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BubbleOptions Class / SetMinSize Method


In This Topic
    SetMinSize Method
    In This Topic
    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 Size _
    ) 
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Size
     
    BubbleOptions.SetMinSize(chart, value)
    public static void SetMinSize( 
       C1Chart chart,
       Size value
    )

    Parameters

    chart
    value
    See Also