kelias Posted March 17, 2009 Report Posted March 17, 2009 I've managed to get a chart with multiple Y axis but the second axis appears beside the first on the left hand side of the chart, I would like to have this displayed on the right. Can I get a quick example of how to do this? (in code instead of XAML if possible.) Quote
JuanC Posted March 17, 2009 Report Posted March 17, 2009 Set the Position property of the Axis object to AxisPosition.Far, e.g. chart1.AxisY.Position = AxisPosition.Far;Regards, JuanC Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.