From b76fa920aebf70db56ee0309d60d95b6768f1171 Mon Sep 17 00:00:00 2001 From: Johanna Laitila Date: Wed, 5 Sep 2018 16:12:41 +0300 Subject: [PATCH] Fixed comment --- 2DHeatMap_Tutorial_WPF_SB/MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2DHeatMap_Tutorial_WPF_SB/MainWindow.xaml.cs b/2DHeatMap_Tutorial_WPF_SB/MainWindow.xaml.cs index 562c572..723c68d 100644 --- a/2DHeatMap_Tutorial_WPF_SB/MainWindow.xaml.cs +++ b/2DHeatMap_Tutorial_WPF_SB/MainWindow.xaml.cs @@ -122,7 +122,7 @@ public void CreateChart() // 1.8 Add Heatmap to chart. // This is done in xaml side. - // Allow chart rendering.var + // Allow chart rendering. _chart.EndUpdate(); } @@ -226,4 +226,4 @@ private void CustomizeChart(LightningChartUltimate chart) } #endregion } -} \ No newline at end of file +}