Advanced Forum Search Results
-
I will! :)
-
Good to know! Thanks! :)
-
Works fine! Thank you!
-
Using the linecharts in Silverlight Toolkit, is it possible to find the y-value on the curve for a specific x-value?
I have access to both the value on the x-axis that I am interested of and also the x-coordinate (pixels from left) for that value. Can I use that to somehow find the corresponding value on the y-axis?
The x-axis is a DateTimeAxis ...
-
Is there a way to find the positions of the "tickmarks" in a chart? I would like to know the positions of all ticksmarks relative to the plotarea. If it is possible, I would also like to know which label corresponds to each tickmark.
I'm using the December 2008 release of Silverlight Toolkit.
-
Is there any way to programmatically get the width of the "padding" inside the plot area. When you have a line chart, the lines are not drawn all the way out to the border of the plot area. There is always some padding there. See the read arrow in the picture below.
I want to get the exact width of this ...
-
A couple of small follow-up question.
1. Do I have to write this template inside the control itself? I tried to write it in App.xaml and then apply it by reference to not make my Page.xaml to big, but then I couldn't catch the event.
2. When I make a template/skin like this, is it possible to reach parts in it by code? If I for ...
-
Works great. Thanks! :)
-
My personal opinion is that if you post code on the web, be it on a forum, a blog or whatever, it is for anyone to use. Why would you
post code at all if not for sharing it? I mean, if you have code that
is so good or so "secret" that you don't want anyone else to use it -
don't post it on the web!
On the other hand, if I ...
-
Is there a way to catch a MouseLeftButtonDown or Click event on the labels on the axis of a Chart control?
My chart has years (2005, 2006...) on the horizontal axis, and I want to be able to click these years individually.
I'm using the December 08 release of the Silverlight Toolkit.
...