I am making an xy chart. It has 3 series and I want to create a tool tip on each series which has the name of series , value of x axis and value of y axis.
The default tooltip has name of series and y- axis value
{name}:[bold]{valueY}[/]
I have tries using expression
{name}:[bold]{valueX}[/]