I cannot get the filesystem scenario working as described in the knowledgebase.
I keep getting the following error: "/chart_images' is not a valid virtual path.
What am I doing wrong. ?
UltraChart1.DeploymentScenario.Scenario = Infragistics.UltraChart.Shared.Styles.ImageDeploymentScenario.FileSystem
UltraChart1.DeploymentScenario.FilePath = "/chart_images"
UltraChart1.DeploymentScenario.ImageURL = "/chart_images/2d_barchart_#SEQNUM(500).jpg"
I have followed article Knowledge Base Article: KB09850 to no avail
Thank you for your answer,
DeploymentScenario.FilePath property can accept only virtual path (relative to the web site root).
Hi,
I'm interested in Store WebChart image files in a centralized location on a server. Can you help me?
superb... thanks
For your case you need to use something like:
this.UltraChart1.DeploymentScenario.ImageURL = "http://localhost:57475/WebSite2/chart_images/2d_barchart_#SEQNUM(500).jpg";