ComponentOne Chart for WPF and Silverlight
GetLabelOffset Method


C1.WPF.C1Chart Namespace > PlotElement Class : GetLabelOffset Method
Gets the labels offset for the element.
Syntax
'Declaration
 
Public Shared Function GetLabelOffset( _
   ByVal obj As System.Windows.DependencyObject _
) As System.Windows.Point
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As System.Windows.Point
 
value = PlotElement.GetLabelOffset(obj)
public static System.Windows.Point GetLabelOffset( 
   System.Windows.DependencyObject obj
)

Parameters

obj
See Also

Reference

PlotElement Class
PlotElement Members