I have a xamgrid which has a TemplateColumn containing a Datavisualization chart. There are multiple rows which render, each having a seperate chart(line chart).
I have one slider beneath my xamgrid which has ticks in it for all of the dates which have a datapoint represented on any of the graphs. When you select a point on the slider, it will take that date and display detailed info on all the plotted points in all the graphs for that date.
My goal is to have a vertical line which falls across all the graphs, so when the slider is moved, the line moves across the graphs along with the slider thumb.
Is there a way to style the slider's thumb so it is a long vertical line which extends across the objects(graphs) above it? Would it be possible to style the thumb with a "z" index?
Thanks in advance for any suggestions.
Dave Krecker
Hi,
I am just checking, if this is still an issue for you and if you still need assistance on the matter.
I see now what you have in mind. If you retemplate the thumb I think it will cause more troubles than it is going to solve. I can suggest simply drawing a line over the grid and synchronizing its pos position with the thumb.
Let me know if I can assist you any further with this.
This is an image of my requirement…the red enclosure is what I am looking to do. If you drag the slider, it will move the entire vertical line over all the graphs.
Hello Dave,
I have been looking into your description and since this is a custom functionality I was wondering if you could provide me with a sample project to work on. This will help me completely understand what you are working on and ensure we do not misunderstand each other.
Looking forward to hearing from you.