CustomLabel.RowIndex Property

Definition

Gets or sets the index of the custom label row.

public:
 property int RowIndex { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int RowIndex { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
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.

Applies to