ComponentOne Chart for WPF and Silverlight
SetLabelOffset Method


C1.WPF.C1Chart Namespace > PlotElement Class : SetLabelOffset Method
Sets the label offset for the element.
Syntax
'Declaration
 
Public Shared Sub SetLabelOffset( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal offset As System.Windows.Point _
) 
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim offset As System.Windows.Point
 
PlotElement.SetLabelOffset(obj, offset)
public static void SetLabelOffset( 
   System.Windows.DependencyObject obj,
   System.Windows.Point offset
)

Parameters

obj
offset
See Also

Reference

PlotElement Class
PlotElement Members