How to control winform mschart legend text alignment c#?
How does one set the alignment of text within a chart legend object? I've tried using: myChartName.Legends["mySeriesName"].Alignment = stringAlignment.Near With no effect. I've also tried to create custom legend items, again resulting in no effect. Text is ALWAYS centered (along with the series marker) in the legend "box". The only text I have been able to align is the title, but I don't need titles in my application. My research to date says the legend object is basically a table with (by default) two cells. If that is the case there should be a way to access those cells and manipulate them