up vote 1 down vote favorite
2
share [g+] share [fb]

Is it possible to change the font settings for tooltip text in the mschart control?

I've tried setting the chart series font, but it doesn't affect the tooltip associated with the series data.

link|improve this question

62% accept rate
feedback

1 Answer

I don't think it is possible to change the font of the actual tooltip. If you view the page source what tag is the tooltip text sitting in?

You could probably manipulate it with something like QTip and JQuery to display a custom tooltip.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.