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
140
UltraChart Tooltip Padding Parameter not working
posted

On my ASPX page, under the webchart tag I can add a tag for "Tooltips".  I can change the font size, color, background color, etc... and that all works fine.  There is a parameter for "Padding" and no matter what value I put in there the box around the number is very tight. 

I attached an example shot.  Here the slice of pie has 20,078 records.  The padding on the top and bottom are okay, but is there any way to have more than 1 or 2 pixels between the edge of the box and first and last numbers?

Parents
  • 2895
    posted

    Hello Matt,

    Thank you for contacting us.

    I have investigated your case and I can offer you to set the padding through CSS like this:

    #UltraChart1_IGTooltipBody{padding:20px}

    Please try my suggestion and let me know how it works for you.

    Best Regards,
    Marina Stoyanova,
    Software Developer,
    Infragistics, Inc.

Reply Children