TCustomChartWall.AutoHide
TCustomChartWall
property AutoHide: Boolean;
Unit
Chart
Description
Gets or sets if the Wall will automatically hide when the chart rotation forces to display the wall over series contents.
Setting AutoHide to True will automatically hide walls in a way they will never obscure the series points.
The default value is False for compatibility with previous TeeChart versions, where walls were never hidden automatically.
If you want to manually hide a wall set the wall Visible property to False.
Chart1.Walls.Left.AutoHide := True ;