CustomLabel.RowIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the index of the custom label row.
public:
property int RowIndex { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int RowIndex { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.RowIndex : int with get, set
Public Property RowIndex As Integer
Property Value
An integer
value that specifies the index, 0 to 10, of the custom label row.
- Attributes
Remarks
The RowIndex 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, labels for that entire axis will not be generated automatically; in this case, all labels for the first row must then be custom labels.