Jump to content
Software FX Community

GetHtmlTag


User (Legacy)

Recommended Posts

We do not keep the file name generated by GetHtmlTag calls, if you need to 

control this I would recommend you use Export or GetHtmlDataEx.

Using GetHtmlDataEx will return you all relevant data generated by ChartFX

- HTML Tag

- BinaryData (in your case the PNG)

- ImageMap (if appropriate)

Then you will be free to save the binary data in an arbitrary folder or any

other storage of your choice.

JuanC

"B" <brianp@ekyros.com> wrote in message

news:lfSeDF1GFHA.1652@webserver3.softwarefx.com...

On a webform in my code behind, I would like to access the file name and

path of the temporary file generated after calling

Chart1.GetHtmlTag(500,350,"PNG"). Is there a probably for it? something

like Chart1.ImagePath?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...