Creating a fixed axis for Silverlight Toolkit charts

Posted by Bill Jeeves on Stack Overflow See other posts from Stack Overflow or by Bill Jeeves
Published on 2010-06-17T09:09:10Z Indexed on 2010/06/17 9:13 UTC
Read the original article Hit count: 178

Filed under:

Every example I see of a series in a Silverlight chart fromt he toolkit has a binding for bothe IndependentValueBinding and DependentValueBinding. In my code I want a fixed axis for the categories (Independent) - so every value get's "X" perhaps. Is there a way to do this?

Essentially I have ten bar series in one chart and I want them all to sit together. It seems silly to create a new class to hold them in just so I can add a string property for the axis name.

© Stack Overflow or respective owner

Related posts about silverlight-4.0