Skip to main content

ChartControl.EndInit() Method

Ends the ChartControl initialization.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public void EndInit()

Remarks

To start the control initialization, use the ChartControl.BeginInit method. Call the BeginInit and EndInit methods to prevent the chart layout’s recalculation until the initialization is complete.

Note

The ChartControl.BeginInit method prevents any validation until the EndInit method is called.

The chart’s layout is recalculated in the following cases:

See Also