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

ChartWizard.Size Property

Gets or sets the dimensions of the Chart Wizard window.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public Size Size { get; set; }

Property Value

Type Description
Size

A Size object, composed of a pair of integers, representing the width and the height of a Chart Wizard window.

Remarks

The Size is 800,600 by default and cannot be decreased. An attempt to specify a smaller size is ignored. Also the Chart Wizard window size depends on the ChartWizard.StartPosition setting.

See Also