Skip to main content

Series3DTemplate.EndInit() Method

Ends the Series3DTemplate‘s initialization.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public override void EndInit()

Remarks

Calling the 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 BeginInit was previously called, the base implementation will raise the Initialized event. Otherwise, if 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