/Main/src/Samples/v0.2/PerfCounter/Window1.xaml
# · XAML · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 6f214dedd495ec4aa3daaea7ab1920ef MD5 · raw file
- <Window x:Class="PerfCounterChart.Window1"
- 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="Performance counters chart sample" Height="300" Width="300">
- <Grid>
- <c:ChartPlotter Name="plotter">
- <c:Header Content="Performance monitor"/>
- </c:ChartPlotter>
- </Grid>
- </Window>