SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
I have multliple renderable series on one scichartsurface and each series has its own y-axis, when CursorModifier-cross moves over line/scatter point/ohlc/candle series how can I ONLY show the y-Value on the with the rendered series matching y-Axis?
With multiple rendered series its virtually impossible to determine which y-Axis value pertains to the specific point of the CursorModifier which “hit-tests” a rendered series.
Is there a simple way to only highlight the y-Value on the matching yAxis as soon as the CursorModifier hit-tests a rendered series? I do not mind to show all yValues on all yAxes when the CursorModifier does not hit-test any rendered series.
Thanks
Hi there,
This is not currently possible out of the box, however there is another forum post and a workaround posted here: Hide one of two CursorModifier axis labels.
The other possible way is to set an Invisible AxisLabelTemplate on the axis you want to hide labels for. To find out how to template the axis labels, please see the CursorModifier Documentation.
Styling the Axis Labels
CursorModifier Axis Labels come with a default style. This style can
be overridden by setting the CursorModifier.AxisLabelContainerStyle
and/or CursorModifier.AxisLabelTemplate attached properties on the
relevant axis.
Let me know if this helps,
Best regards,
Andrew
Please login first to submit.