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


In This Topic
    GetLabelOffset Method
    In This Topic
    Gets the labels offset for the element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetLabelOffset( _
       ByVal obj As DependencyObject _
    ) As Point
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As Point
     
    value = PlotElement.GetLabelOffset(obj)
    public static Point GetLabelOffset( 
       DependencyObject obj
    )

    Parameters

    obj
    See Also