DundasWinExtensions
ColumnPlusCustomAttributes.ChartExLabelStyle Enumeration
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace : ColumnPlusCustomAttributes.ChartExLabelStyle Enumeration


Positions the label relative to its data point.

Syntax

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

Members

Member Description
Auto DataPoint labels are positioned automatically.
Top DataPoint labels are positioned above the point.
Bottom DataPoint labels are positioned below the point.
Right DataPoint labels are positioned to the right of the point.
Left DataPoint labels are positioned to the left of the point.
TopLeft DataPoint labels are positioned to the top left of the point.
TopRight DataPoint labels are positioned to the top right of the point.
BottomLeft DataPoint labels are positioned to the bottom left of the point.
BottomRight DataPoint labels are positioned to the bottom right of the point.
Center DataPoint labels are positioned centered on the point.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Extensions.ColumnPlusCustomAttributes.ChartExLabelStyle

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

© 2009 All Rights Reserved.