Hello to all,
chart.crosshair.style - seems "style" is deprecated, yet it is the only way I have been able to modify the crosshair properties such as line color, border width, tool tip text font, etc. According to the documentation, and another thread post - we should "create a new class that implements the SChartCrosshair protocol."
I have a line chart class that implements "SChartCrosshairProtocol", but it is not clear how to gain access to my charts crosshair properties. I have examined all the Sample projects and searched this forum to no avail and unable to find any assistance for my scenario - which is simple at this time: modify the available crosshair properties to match my application UI theme (colors).
Any guidance / example would be greatly appreciated.
Thank you.