ComponentOne Chart for WPF and Silverlight
SetLabelAlignment Method


C1.WPF.C1Chart Namespace > PlotElement Class : SetLabelAlignment Method
Sets the label alignment of the element.
Syntax
'Declaration
 
Public Shared Sub SetLabelAlignment( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As LabelAlignment _
) 
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As LabelAlignment
 
PlotElement.SetLabelAlignment(obj, value)
public static void SetLabelAlignment( 
   System.Windows.DependencyObject obj,
   LabelAlignment value
)

Parameters

obj
value
See Also

Reference

PlotElement Class
PlotElement Members