Back to Devexpress

Chart3DControl.EndInit() Method

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-c5d76dfe.md

latest1.6 KB
Original Source

Chart3DControl.EndInit() Method

Ends the Chart3DControl‘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

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace