ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BarColumnOptions Class / GetOrigin Method


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

    Parameters

    chart
    See Also