ChartWizard.StartPosition Property
Gets or sets the initial position of the Chart Wizard form.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
FormStartPosition | A FormStartPosition enumeration value that specifies the form’s position. |
Remarks
The default position is CenterParent.
See Also