Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

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