
Hello, is it possible to imlement a zoom-functionaltity into the XYChart, e.g. to draw a zoom-rectangle to zoom into the chart? Is it also possible to add a scroll-viewer to the XYCharts?
Alina
Hello, is it possible to imlement a zoom-functionaltity into the XYChart, e.g. to draw a zoom-rectangle to zoom into the chart? Is it also possible to add a scroll-viewer to the XYCharts?
Alina
Hi Alina,
I'm sorry but we don't have the zoom feature at this time. I will write down the request for it. As for scrolling, you could wrap the chart in a ScrollViewer control if you set the chart to be very tall or wide, but note that it will also scroll the axes if you scroll.
Hello, I want to show measument values in the chart with time points in [ms] on the x-axis. How can i configure the x-axis values therefore?
Then I want to show markers e.g. every 10 timepoints. Is this possible?
Alina
Mouse-Events: Is it possible get Mouse-Eents from the XY-Chart, eg. the mouse is over a LineSeries and I want to highlight this series and show a tooltip with the [ms] timepoint (X) and the value (Y) ?
Alina
Hi Alina,
For a time axis, you can use the XYDateTimeAxis with a SlotIntervalUnit of Millisecond. The Bar Chart Slotting QuickStart shows an example of this for months, but the same concept applies to [ms].
While we don't have highlighting built-in at this time, if you look at the Data Point Labels QuickStart, that shows several examples in it where the labels display based on where the mouse is over the chart.
Please log in to a validated account to post comments.