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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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