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

ChartWizard.RightImage Property

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

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public Image RightImage { 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. At design time the RightImage represents the DevExpress company logo.

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

See Also