Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LabelAlignment Enumeration
See Also  
Dundas.Charting.WebControl Namespace : LabelAlignment Enumeration


Data point label alignment.

Syntax

Visual Basic (Declaration)  
<FlagsAttribute()>
Public Enum LabelAlignment 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LabelAlignment
C#  
[FlagsAttribute()]
public enum LabelAlignment : Enum 

Members

Member Description
Top Label aligned on the top of the marker.
Bottom Label aligned on the bottom of the marker.
Right Label aligned on the right of the marker.
Left Label aligned on the left of the marker.
TopLeft Label aligned on the top-left of the marker.
TopRight Label aligned on the top-right of the marker.
BottomLeft Label aligned on the bottom-left of the marker.
BottomRight Label aligned on the bottom-right of the marker.
Center Label aligned in the center of the marker.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LabelAlignment

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also