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

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.v19.1.Wizard.dll

Declaration

public Point Location { get; set; }

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