ChartDirector 7.1 (.NET Edition)

WinChartViewer.Image


Declaration

[C#]public System.Drawing.Image Image {get; set;};
[VB]Public Property Image As System.Drawing.Image

Description

Gets or sets the chart image to view.

This property is useful for charts that do not need viewport features. With this property, only the chart image is passed to the viewer, not the BaseChart object, so the BaseChart object can be garbage collected earlier.

For charts that need viewport features (eg. for zooming and scrolling support), the WinChartViewer.Chart method should be used.