Incident Details
Assigned to Employee: Rogelio Blanco
  Incident ID:
Title: Tooltip in Legend
Creator:  Kazi.Aman@Lntemsys.com  (Kazi.Aman@Lntemsys.com) Created: 6/30/2008 # of Updates: 4 Current Status: Completed
Latest Reply
History
Attachments


Reply# 4 by: Rogelio Blanco (Software FX) Date: 7/23/2008 11:38:17 AMEST
Dear Kazi.Aman@Lntemsys.com:

I am glad to know you were able to solve your issue.

Thank you very much for share your work around to show a “Tooltip in Legend”. We will take this sample in consideration and add it to the resource center in future releases.


Regards,
Rogelio Blanco


Reply# 3 by: Kazi.Aman@Lntemsys.com Date: 7/21/2008 3:08:35 AMEST

Greetings,

I achieved the Legend functionality by following code, this is just for your information.

void chartHistoricGraph_MouseMove(object sender, ChartFX.WinForms.HitTestEventArgs e)
{
 e = chartHistoricGraph.HitTest(e.AbsoluteLocation.X, e.AbsoluteLocation.Y, true);
 if (e.HitType.ToString() == "LegendBox")
 {
  pnlParameterDetails.Visible = true;
  pnlParameterDetails.Top = e.AbsoluteLocation.Y + 10;
  pnlParameterDetails.Left = e.AbsoluteLocation.Y + 100;
  DataRow[] dr = dsCurveDetails.Tables[2].Select("ParameterID =" +                       chartHistoricGraph.Series[e.Series].Tag.ToString());
  if (dr.Length > 0)
  {
   lblParameterDetails.Text = LocalizedStrings.GetResourceValues("IDS_TTLEGENDBOX_0001");
  }
  }
  else
  {
   lblParameterDetails.Text = string.Empty;
   pnlParameterDetails.Visible = false;
  }
 }

 
Warm Regards,
Amaan
 
Amaan B Kazi
Application developer                                                     (  :  +91 821 240 2561 - Extn : 5226
Larsen and Toubro Limited,                                            (  :  +91 821 240 5226
KIADB Industrial Area, Hebbal - Hootagalli                Ê   :  +91 821 240 3752    
Mysore - 570 018                                                              š  :  Kazi.aman@Lntemsys.com
India [Time zone: GMT + 05:30h]                                  ý   :  http://www.Lntemsys.com
 
This mail is classified as
L&T EmSyS Proprietary                 L&T EmSyS Internal Use
L&T EmSyS Confidential               L&T EmSyS General Business  
 
 
Attached File
  ATT228017.gif (91 bytes)


Reply# 2 by: Rogelio Blanco (Software FX) Date: 7/1/2008 1:01:52 PMEST
Dear Kazi.Aman@Lntemsys.com:

Thank you for contacting SoftwareFX Support. My name is Rogelio Blanco and I will help you with your issue.


Unfortunately the functionality that you described (Tooltip in legend) is not supported for our product.

Best regards,
--
Rogelio Blanco
SoftwareFX, Technical Support


Reply# 1 by: Kazi.Aman@Lntemsys.com Date: 6/30/2008 9:35:44 AMEST

Greetings,

I  am loading the measurement details of a device in the chart, the legend added to the ChartFx should show the tooltip as the device details, kindly request you to let me know how I can achieve this.


The serial number is CNW70XXXXXXXXXXXX

 
Warm Regards,
Amaan
 
Amaan B Kazi
Application developer                                                     (  :  +91 821 240 2561 - Extn : 5226
Larsen and Toubro Limited,                                            (  :  +91 821 240 5226
KIADB Industrial Area, Hebbal - Hootagalli                Ê   :  +91 821 240 3752    
Mysore - 570 018                                                              š  :  Kazi.aman@Lntemsys.com
India [Time zone: GMT + 05:30h]                                  ý   :  http://www.Lntemsys.com
 
This mail is classified as
L&T EmSyS Proprietary                 L&T EmSyS Internal Use
L&T EmSyS Confidential               L&T EmSyS General Business  
 
 
Attached File
  ATT63281.gif (91 bytes)


Copyright © 2009 Software FX, Inc. All Rights Reserved.