'Align .NET Chart Control's Docked Legends on the Same Row in Visual Studio Designer

Using .NET WinForms' System.Windows.Forms.DataVisualization.Charting chart control, at design time, I am trying to auto align three legends (i.e. Position = Auto) on top of ChartArea1 (i.e. DockedToChartArea = ChartArea1 and Docking = Top and IsDockedInsideChartArea = False) in such a way that they occupy one row and three columns (i.e. Alignment = Near, Center, Far respectively). Instead, Visual Studio designer stacks the three legends on three different rows (see attached image below).

enter image description here

How can I stack the three legends on the same row while keeping their alignment equally spaced (i.e. Near, Center, Far)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source