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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...