I have a chart built with the legend below. I would like the make the height smaller and have the items all on the same line rather than a list-style. I've tried doing this in the ChartDrawItem method trying to get the e.Primitive, but not having any luck. Can anyone give me some direction, please? Thanks much!
You can reduce the value of chart.Legend.SpanPercentage
Thanks! That did it.