wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-f067d058.md
Starts the ChartControlBase‘s initialization. Initialization occurs at runtime.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public override void BeginInit()
Public Overrides Sub BeginInit
You can call this method on a chart if you are adjusting it in ways that do not yet expose or connect the chart to any element tree. For instance, you might have created a new chart object, but have not yet attached it to any logical tree. Or, the logical tree where the chart is a child element within it might not be connected to a window or page of the application.
Note
See Also