Angle in degrees, from 0 to 90, when displaying in Orthogonal mode.
public Int32 OrthoAngle {get; set;}

Remarks

Default: 45

The OrthoAngle property sets the angle of inclination of the Depth axis when the Chart is set to Orthogonal mode, i.e. when Orthogonal property is set to true.

Example

[C#] 
tChart1.Aspect.OrthoAngle = 60;

See Also

Aspect Class | Aspect Members | Steema.TeeChart.Drawing Namespace | Orthogonal