Skip to main content

ChartWizard.Icon Property

Gets or sets the icon for the Chart Wizard window.

Namespace: DevExpress.XtraCharts.Wizard

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

NuGet Package: DevExpress.Win.Charts

Declaration

public Icon Icon { get; set; }

Property Value

Type Description
Icon

A Icon object for display in the title bar of the Chart Wizards window.

Remarks

By default, the icon for the Chart Wizard is the XtraCharts logo.

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

See Also