Back to Devexpress

ChartControlBase.EndInit() Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-ae131b3e.md

latest1.6 KB
Original Source

ChartControlBase.EndInit() Method

Ends the ChartControlBase‘s initialization.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public override void EndInit()
vb
Public Overrides Sub

Remarks

Calling the ChartControlBase.BeginInit method prevents any validation from being performed until the EndInit method is called. This may lead to unexpected results in the case of any initialization errors.

If ChartControlBase.BeginInit was previously called, the base implementation will raise the Initialized event. Otherwise, if ChartControlBase.BeginInit was not called or it could not be determined whether BeginInit was called, Initialized is not raised and an exception is thrown instead.

See Also

ChartControlBase Class

ChartControlBase Members

DevExpress.Xpf.Charts Namespace