Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanna Laitila authored Sep 5, 2018
1 parent c0a7e86 commit b76fa92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2DHeatMap_Tutorial_WPF_SB/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

}
Expand Down Expand Up @@ -226,4 +226,4 @@ private void CustomizeChart(LightningChartUltimate chart)
}
#endregion
}
}
}

0 comments on commit b76fa92

Please sign in to comment.