ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotElement Class / GetLabelAlignment Method


In This Topic
    GetLabelAlignment Method
    In This Topic
    Gets the label alignment of the element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetLabelAlignment( _
       ByVal obj As DependencyObject _
    ) As LabelAlignment
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As LabelAlignment
     
    value = PlotElement.GetLabelAlignment(obj)
    public static LabelAlignment GetLabelAlignment( 
       DependencyObject obj
    )

    Parameters

    obj
    See Also