Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
111
Tooltip for Axix label.
posted

How do i have tooltip for axis label. On hovering the tooltip should show label value.

I tried setting the tooltip value using the below xaml. But it is not working. Please help.

 

   <igCA:Axis AxisType="PrimaryX">
             <igCA:Axis.Label>
                      <igCA:Label  ToolTip="subrat"/>
            </igCA:Axis.Label>
   </igCA:Axis>