Jump to content
Software FX Community

Vineet

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Vineet

  1. Hi,

      I want to export financial chart in chartFX7 in image format. Only type that is availabe is bitmap. Which is huge in size. Is it possible to export chart fx 7 in jpeg or png format.

     chrtTool.Export(ChartFX.WinForms.FileFormat.Bitmap, AppSetting.ImageGenerationPath() + contractname + ".png");

    Above line is the code for doing it. Currently i am using VS.Net 2008 with 3.5 Framework. This is windows application.

    Thanks Vineet Nair.

  2. Hi,

      I want to export financial chart in chartFX7 in image format. Only type that is availabe is bitmap. Which is huge in size. Is it possible to export chart fx 7 in jpeg or png format.

     chrtTool.Export(ChartFX.WinForms.FileFormat.Bitmap, AppSetting.ImageGenerationPath() + contractname + ".png");

    Above line is the code for doing it. Currently i am using VS.Net 2008 with 3.5 Framework.

    Thanks Vineet Nair.

  3. I wantedt to display customizable tool tip when ever user goes over any point.  I am trying to implement it in financial chat using web application.  I have used mousemoveover in javascript, but i wanted to display only those information that i want in tool tip. Default tooltip that is being displayed are Open, Low, Close, High values.

    But i want to display only close and high values.

     Can any 1 please help me out in this.

×
×
  • Create New...