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


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

    Parameters

    chart
    value
    See Also