I have made good progress on finishing off implementation of a bar chart, but cannot seem to figure out a couple of the last issues. Any help on this is greatly appreciated!
Chart Description
A BarChart with 1..10 series + 1 datapoint per series. Legend to the right, binding list of custom objects. See attached for example.
Issue #1
Since I only have 1 data point, I want to use as much of the plot area as possible. The attached example has a wide gap to the right and left of the bars. How do I reduce/eliminate that gap?
FYI: I have already tried setting ItemWidthPercent (as mentioned in
this forum), with no success.
Issue #2
After 6 bars the series color repeats. How do I make sure that each series uses a unique color?
FYI: I have already tried the approach described in
this article. No success.