This question is locked. New answers and comments are not allowed.
How can I show the value of legend in tooltip on mouse hover on Bar Chart?
My String of tool tip is
|
.Tooltip(tooltip => tooltip .Visible(true) .Template("<#=category#> Risk level = Moderate <br /> <br />Your risk factors for this condition include:<br /> LDL Cholestrol ###<br /> BMI 35 <br />Inactive Alcohol use <br /> <br /> risk level <#= value #> %") ) |