Dundas Chart for Windows Forms
RowIndex Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > CustomLabel Class : RowIndex Property


Gets or sets the index of the custom label row.


Custom label row index.

Syntax

Visual Basic (Declaration)  
Public Property RowIndex As Integer
Visual Basic (Usage) Copy Code
Dim instance As CustomLabel
Dim value As Integer
 
instance.RowIndex = value
 
value = instance.RowIndex
C#  
public int RowIndex {get; set;}

Return Value

An integer value defining the index, 0 to 10, of the custom label row.

Remarks

This property specifies the index of the row label where zero is the row label closest to the axis to ten, the further most axis label.

Only custom labels can be used for the label rows beyond the first row.

If a custom label is used for the first row then labels for that entire axis will not be generated automatically, so all labels for the first row must then be custom labels. For further details see the Labeling Methods topic.

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.