Jump to content
Software FX Community

vasanthsr

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by vasanthsr

  1. Hi, I would like to show tooltip for the point in the chart, but hide it on the line. I request you to help me please. Thanks Vasanth
  2. 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
×
×
  • Create New...