/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
- <Page x:Class="Microsoft.Research.DynamicDataDisplay.Samples.Demos.v02.StockExchange.Page1"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:c="http://research.microsoft.com/DynamicDataDisplay/1.0"
- Title="Page1">
- <c:ChartPlotter Name="plotter">
- <c:ChartPlotter.MainHorizontalAxis>
- <c:HorizontalDateTimeAxis Name="dateAxis"/>
- </c:ChartPlotter.MainHorizontalAxis>
-
- <c:Header FontFamily="Georgia" Content="Stock exchange rate"/>
- <c:VerticalAxisTitle FontFamily="Georgia" Content="Stock index value"/>
- <c:HorizontalAxisTitle FontFamily="Georgia" Content="Date"/>
- </c:ChartPlotter>
- </Page>