Hello, I want to display a tooltip when I hover over the stripline in sfCharts.
When I hove I want to display
@ThresholdData
How would I do that?
I want this to work similar to how you can enable tooltip on chart series.
Here is my code
<ChartStriplines>
<ChartStripline Start="@ThresholdData" Size="0.1" ZIndex="ZIndex.Behind" Color="red" Text="Threshold"></ChartStripline>
</ChartStriplines>