I need to have tooltip in PlotArea, with XVAL & YVAL.
I tried with
Dim maPlotArea As New MapArea
maPlotArea = Chart.ImageAreas.GetByName("PlotArea")
maPlotArea.Tooltip = "(Date:{#XVAL:dd-MMM-yyyy}, Price:{#YVAL})"
But, I'm not getting the expected result. It is just showing - Date:{#XVAL:dd-MMM-yyyy}, Price:{#YVAL})"
Can anybody help me, please?
Pragati
Thanks in advance.