/Main/src/Samples/v0.2/PerfCounter/Window1.xaml
XAML | 13 lines | 11 code | 2 blank | 0 comment | 0 complexity | 6f214dedd495ec4aa3daaea7ab1920ef MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1<Window x:Class="PerfCounterChart.Window1" 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="Performance counters chart sample" Height="300" Width="300"> 6 <Grid> 7 <c:ChartPlotter Name="plotter"> 8 <c:Header Content="Performance monitor"/> 9 </c:ChartPlotter> 10 </Grid> 11</Window> 12 13