Question

In the silverlight toolkit chart control, the legend on the X Axis can show an indeterminate amount of points. E.g. 1,2,3,4,5.

Would it be possible to colour the virtual columns that this creates? I.e. in the space where legend mark 2 is shown, the space above to the top of the control is shaded to a different colour. This will make it interesting as as the chart scales, the legends on the X Axis change with the size available.

This is mainly for a series of type ScatterSeries for my specific example but could extend to a series of LineSeries.

Hope this explains my requirements.

Was it helpful?

Solution

It's not really possible due to the fact that there are no virtual columns created.

The chart is a canvas and the scatter point is just a point positioned on it. Your best bet would be to create your own ColumnSeries type and then style it to look like a ScatterSeries with your desired background colour.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top