Chart.RightAngleAxes

Chart.RightAngleAxes property

True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts).

public bool RightAngleAxes { get; set; }

Remarks

If this property is True, the Perspective property is ignored.

See Also