Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

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