Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Chart no showing up, image is generated
posted

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

 

 

Parents
  • 17605
    Verified Answer
    posted

    You need to specify and the ImageURL property:

    this.UltraChart1.DeploymentScenario.FilePath = "ChartTemp";

    this.UltraChart1.DeploymentScenario.ImageURL = "ChartTemp/Chart_#SEQNUM(500).PNG";

Reply Children
No Data