royben/RealTimeGraphX

Marker and Multi YAxis avaible

Closed this issue · 3 comments

Hi!

I "played" a little bit with this cool graph, but this two features I didn't found...
Is a marker avaible or is it possible to implement it?
Same question for Multi Y-Axis...

greetings Phil

Please explain what do you mean by "marker".

I hope i can do that with a picture
image

green and violett are two axis with x values, the red line is a marker and the marker returns the values of each axis
The marker is "move able" in X direction and is always relativ to the "starttime" of the visible chart so it should stand always on the same position

Since your request is to draw the marker in an absolute position, there is no need to implement this from within the library.
You can easily draw a movable line using standard WPF controls.