/Main/src/Xbap/DynamicDataDisplay.Xbap.Samples/Demos/v02/StockExchange/StockExchangeSample.xaml
XAML | 15 lines | 14 code | 1 blank | 0 comment | 0 complexity | 89853a4a87a41f219ef1263e12ef742f MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1<Page x:Class="Microsoft.Research.DynamicDataDisplay.Samples.Demos.v02.StockExchange.Page1" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 4 xmlns:c="http://research.microsoft.com/DynamicDataDisplay/1.0" 5 Title="Page1"> 6 <c:ChartPlotter Name="plotter"> 7 <c:ChartPlotter.MainHorizontalAxis> 8 <c:HorizontalDateTimeAxis Name="dateAxis"/> 9 </c:ChartPlotter.MainHorizontalAxis> 10 11 <c:Header FontFamily="Georgia" Content="Stock exchange rate"/> 12 <c:VerticalAxisTitle FontFamily="Georgia" Content="Stock index value"/> 13 <c:HorizontalAxisTitle FontFamily="Georgia" Content="Date"/> 14 </c:ChartPlotter> 15</Page>