Skip to main content
A newer version of this page is available. .

ChartWizard.LeftImage Property

Gets or sets the image displayed in the upper-left corner of the Chart Wizard window.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

public Image LeftImage { get; set; }

Property Value

Type Description
Image

An Image object for display.

Remarks

Refer to the ChartWizard topic for the illustration of the annotated Chart Wizard window. By default the LeftImage is the DevExpress XtraCharts logo.

To hide the LeftImage, set it to null (or Nothing in Visual Basic).

See Also