I'm trying to deploy a .NET chart on an aspx page within SharePoint. Using just the example provided here under Web Control -> Getting Started -> Basic Chart, http://examplesaspnetchart.nevron.com/ , I'm getting just a blank white space where the image should be.
I can use the following, along with setting up a directory, to get the chart to display as a workaround, but it'd be nice to know if I could get it working without doing so:
nChartControl1.ImageAcquisitionMode = Nevron.UI.WebForm.Controls.
ClientSideImageAcquisitionMode.TempFile;