ChartWizard.Location Property
Gets or sets the coordinates of the upper-left 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 |
---|---|
Point | A Point object that indicates the upper-left corner of the window. |
Remarks
This property has effect if the ChartWizard.StartPosition is set to Manual. Otherwise the Chart Wizard window is displayed in the center of the screen by default.
See Also