ComponentOne Chart for WPF and Silverlight
GetLabelAlignment Method


C1.WPF.C1Chart Namespace > PlotElement Class : GetLabelAlignment Method
Gets the label alignment of the element.
Syntax
'Declaration
 
Public Shared Function GetLabelAlignment( _
   ByVal obj As System.Windows.DependencyObject _
) As LabelAlignment
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As LabelAlignment
 
value = PlotElement.GetLabelAlignment(obj)
public static LabelAlignment GetLabelAlignment( 
   System.Windows.DependencyObject obj
)

Parameters

obj
See Also

Reference

PlotElement Class
PlotElement Members