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

ChartWizard.StartPosition Property

Gets or sets the initial position of the Chart Wizard form.

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public FormStartPosition StartPosition { get; set; }

Property Value

Type Description
FormStartPosition

A FormStartPosition enumeration value that specifies the form’s position.

Remarks

The default position is CenterParent.

See Also