Jump to content
Software FX Community

Tooltip problem when RenderFormat="Image"


vasanthsr

Recommended Posts

Hi,

 I create a tooltip using the following code that works perfect with RenderFormat =".NET".

string maskString = "%s\nTEMP = %v" + cDeg.ToString() + _businessGraphObject.TemperatureScale +
  "\nDATE = %l\n%L";
  chart.ToolTipFormat = maskString;

which would result like

Fridge

TEMP = 20.0  C

DATE = 01-Apr-2007 11:00:22

LOCATION = AUSTRALIA 

But when i use RenderFormat="Image", I get the tooltip as


Fridge

TEMP =  C

DATE = 01-Apr-2007 11:00:22

So When i use RenderFormat = "Image", Temperature value (%v) is empty and LOCATION field becomes empty.

 

Could i request someone to help please.

 

Thanks in advance.

Vas 



 

 

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...