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


In This Topic
    SetLabelOffset Method
    In This Topic
    Sets the label offset for the element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetLabelOffset( _
       ByVal obj As DependencyObject, _
       ByVal offset As Point _
    ) 
    'Usage
     
    
    Dim obj As DependencyObject
    Dim offset As Point
     
    PlotElement.SetLabelOffset(obj, offset)
    public static void SetLabelOffset( 
       DependencyObject obj,
       Point offset
    )

    Parameters

    obj
    offset
    See Also