Hi,
I just started working with the sample code
The image file is generate in the ChartTem directory but it will show up as this
Tried changing the image type etc but doesn't seem to work.
Please help.
Thanks
Thanks, it worked.
You need to specify and the ImageURL property:
this.UltraChart1.DeploymentScenario.FilePath = "ChartTemp";
this.UltraChart1.DeploymentScenario.ImageURL = "ChartTemp/Chart_#SEQNUM(500).PNG";