public Int32 IndexOf(Axis a)

Remarks

This method can be used to obtain the index of a given axis in the axes collection.

Example

[C#] 
private void button1_Click(object sender, System.EventArgs e) {
      MessageBox.Show(tChart1.Axes.IndexOf(tChart1.Axes.Left).ToString());
}

See Also

Axes Class | Axes Members | Steema.TeeChart Namespace