I've created a chart with two series, almost each item is clickable including the series names on the right. I would like to add a tooltip to the name itself, not the series items. So that the use knows the expected behavior when clicked.
I've added the tool tip in the markup as such.
That doesn't seem to work.
Any suggestions?
I've added the tool tip in the markup as such.
<
telerik:ChartSeries
Name
=
"Pending Reviews"
Type
=
"StackedBar"
ActiveRegionToolTip
=
"Click to see pending reviews"
DataYColumn
=
"Modality"
DataXColumn
=
"Pending Reviews"
>
That doesn't seem to work.
Any suggestions?