Updated test application (MT5) to perform testing function ChartGetDouble and ChartGetInteger

This commit is contained in:
vdemydiuk
2018-03-19 19:10:51 +02:00
parent 7c3ddbabac
commit 8cdfd6fb91
2 changed files with 26 additions and 6 deletions
@@ -533,6 +533,8 @@
<Button Command="{Binding ChartSetDoubleCommand}" Content="ChartSetDouble" Margin="2"/>
<Button Command="{Binding ChartSetIntegerCommand}" Content="ChartSetInteger" Margin="2"/>
<Button Command="{Binding ChartSetStringCommand}" Content="ChartSetString" Margin="2"/>
<Button Command="{Binding ChartGetDoubleCommand}" Content="ChartGetDouble" Margin="2"/>
<Button Command="{Binding ChartGetIntegerCommand}" Content="ChartGetInteger" Margin="2"/>
</WrapPanel>
</Grid>
</TabItem>