Skip to main content

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.v24.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

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