ChartDirector 5.1 (.NET Edition)

WebChartViewer.Image


Declaration

[VB] Public Property Image As WebImage
[C#] public WebImage Image {get; set;};

Description

Represent the chart image to be viewed.

WebImage is a ChartDirector internal data type to represent a chart image. A WebImage object can be created using BaseChart.makeWebImage, and then assigned to the Image property of the WebChartViewer control for display.

The WebChartViewer control will first output an <IMG> tag to the browser. When the browser loads the image according to the URL in the <IMG> tag, the WebChartViewer control will respond by sending the chart image to the browser.