/Main/src/Samples/v0.3/IsolineSampleApp/Window1.xaml

# · XAML · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 5218f8f6d3572e4db8cac0b7ffb1202c MD5 · raw file

  1. <Window x:Class="IsolineSampleApp.Window1"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d3="http://research.microsoft.com/DynamicDataDisplay/1.0"
  5. Title="WPF DynamicDataDisplay — Isoline Sample"
  6. Icon="{x:Static d3:D3IconHelper.DynamicDataDisplayWhiteIcon}" WindowState="Maximized">
  7. <Grid>
  8. <d3:ChartPlotter Name="plotter">
  9. <d3:FastIsolineDisplay Name="isolineGraph" DrawLabels="True" WayBeforeTextMultiplier="20"/>
  10. <d3:IsolineTrackingGraph Name="trackingGraph"/>
  11. <d3:CursorCoordinateGraph/>
  12. </d3:ChartPlotter>
  13. </Grid>
  14. </Window>