Specifies the label row for a custom label.
Custom label row number.
Visual Basic (Declaration) | |
---|---|
Public Enum LabelRow Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LabelRow : Enum |
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. |
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 RowIndex property of the CustomLabel object.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.LabelRow
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