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


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

    Parameters

    chart
    See Also