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


In This Topic
    SetMaxSize Method
    In This Topic
    Sets the value of the MinSizeProperty attached property for a specified chart.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetMaxSize( _
       ByVal chart As C1Chart, _
       ByVal value As Size _
    ) 
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Size
     
    BubbleOptions.SetMaxSize(chart, value)
    public static void SetMaxSize( 
       C1Chart chart,
       Size value
    )

    Parameters

    chart
    value
    See Also