Dundas Chart for ASP.NET
LabelAlignment Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : LabelAlignment Enumeration


Specifies a label alignment when the SmartLabelsStyle is used.


Data point label alignment.

Syntax

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

Members

Member Description
Top

Label is aligned to the top of the data point.


Label aligned on the top of the marker.
Bottom

Label is aligned to the bottom of the data point.


Label aligned on the bottom of the marker.
Right

Label is aligned to the right of the data point.


Label aligned on the right of the marker.
Left

Label is aligned to the left of the data point.


Label aligned on the left of the marker.
TopLeft

Label is aligned to the top-left corner of the data point.


Label aligned on the top-left of the marker.
TopRight

Label is aligned to the top-right corner of the data point.


Label aligned on the top-right of the marker.
BottomLeft

Label is aligned to the bottom-left of the data point.


Label aligned on the bottom-left of the marker.
BottomRight

Label is aligned to the bottom-right of the data point.


Label aligned on the bottom-right of the marker.
Center

Label is aligned to the center of the data point.


Label aligned in the center of the marker.

Remarks

The LabelAlignment enumeration represents the alignment of a label, set by the MovingDirection property of the SmartLabelsStyle object.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.