Hi All,
I am using DataVisualization.Charting.Legend to show my legend for a chart.
The LegendStyle that I am using is LegendStyle.Table
One thing I notice is that the legend shows the series from top down, then left to right.
So if I am using Cells as an example, it is A1, A2, B1, B2, C1, C2, etc...
What I am trying to achieve is that the series goes from left to right first, then top down.
So, A1, B1, C1, A2, B2, C2, etc...
Is there anything I can manipulate in Legend to achieve this effect?
Moved byCoolDadTxThursday, August 16, 2018 2:51 PMNot a C# question
This forum is for C#-specific questions only. For questions related to UI technologies please post in the appropriate forum. For questions related to third party products please post in their forums.