Jump to content
Software FX Community

Z95

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Z95

  1. Hi Upendra

     

     Try use the follow:

     

    StringBuilder strToolTip = new StringBuilder();

                strToolTip.Append("Cash and Cash");

                strToolTip.Append("\n[/font]Equivalents: %p%%");

    _chart1.ToolTipFormat = strToolTip.ToString();

     

    The %p will display the percentage, and the \n will start as new line.

    set this string on ToolTipFormat property

     

    Good luck


  2. Hi,

     

    I'm trying to use the tool tip on a 3d exploding pie chart but I'm facing some offset issue.

    The tool tip display values of a diffrenet slice.

     

    If I'm moving it a little bit, it do display the right value for the relevant slice..

    Is anyone familiar with this issue?

    Some suggestion how it can be fixed?

     

    Thanks

×
×
  • Create New...