This is a migrated thread and some comments may be shown as answers.

[Solved] How can I show the value of legend in tooltip on mouse hover on Bar Chart?

0 Answers 9 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
vishal
Top achievements
Rank 1
vishal asked on 08 Oct 2012, 03:46 PM

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 #> %")

      )

 

Tags
Chart
Asked by
vishal
Top achievements
Rank 1
Share this question
or