Skip to main content
A newer version of this page is available. .
All docs
V22.1

HeatmapControl.EndInit() Method

For internal use. Ends the Heatmap Control’s runtime initialization.

Namespace: DevExpress.Xpf.Charts.Heatmap

Assembly: DevExpress.Xpf.Charts.v22.1.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public override void EndInit()

Remarks

The EndInit method is used to prevent a HeatmapControl from being used until it has been completely initialized.

See Also