Dundas Chart for Windows Forms
LabelRow Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : LabelRow Enumeration


Specifies the label row for a custom label.


Custom label row number.

Syntax

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

Members

Member Description
First

CustomLabel object is displayed along the first axis label row.


First row of labels.
Second

CustomLabel object is displayed along the second axis label row.


Second row of labels.

Remarks

The LabelRow enumeration represents the label row that a custom label is applied to.

If a custom label is used for the first label row then all labels of that row must be custom labels.

Used in conjunction with the Row property of the CustomLabel object.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.LabelRow

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.