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


In This Topic
    GetMaxSize Method
    In This Topic
    Returns the value of the MaxSizeProperty attached property for a specified chart.
    Syntax
    'Declaration
     
    
    <AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
    Public Shared Function GetMaxSize( _
       ByVal chart As C1Chart _
    ) As Size
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Size
     
    value = BubbleOptions.GetMaxSize(chart)
    [AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
    public static Size GetMaxSize( 
       C1Chart chart
    )

    Parameters

    chart
    See Also