ChartDirector 5.1 (.NET Edition)

WinChartViewer.Image


Declaration

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

Description

Gets or sets the chart image to view.

This property is useful for charts that do not need view port 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 view port features (eg. for zooming and scrolling support), the WinChartViewer.Chart method should be used.