Access to indexed Axis
public Axis Item(Int32 index) {get;}

Remarks

Used to access a given axis within the axes collection.

Example

[
C#] 
private void button1_Click(object sender, System.EventArgs e) {
      Steema.TeeChart.Axis myAxis = tChart1.Axes[0];
      myAxis.OtherSide = true;
}

See Also

Axes Class | Axes Members | Steema.TeeChart Namespace