Jump to content
Software FX Community

noobie

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by noobie

  1. Wow. this is exactly what I want. thank you very very much maximop !!
  2. hi there! I have no problem about how to export the chart to an image, but my problem is, after exported, the size of an image is so big like 203 kb, I want to reduce the size of an image. I change the width and height of the chart but still the size of the image is big. here is my code after passing the values to the chart: this code is to export the chart. Dim saveImage As String = "C:\images\" & < filename > & ".jpg"Chart1.Export(SoftwareFX.ChartFX.FileFormat.Bitmap, saveImage) I just want the image reduce the size like at least 20 kb because i did that in asp.net, but when I changed to windows form the size is about 203 kb. How can I do this... anyone can help? I will appreciate it.. Thanks a Lot !
×
×
  • Create New...