PageRenderTime 36ms CodeModel.GetById 9ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/src/Xbap/DynamicDataDisplay.Xbap.Samples/Demos/v03/Isolines/Isolines.xaml

#
XAML | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | dcac184d815d2cd1646406531d81e2bb MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <Page x:Class="Microsoft.Research.DynamicDataDisplay.Samples.Demos.v03.Isolines.Isolines"
  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="Isolines">
  6. <Grid>
  7. <d3:ChartPlotter Name="plotter">
  8. <d3:IsolineGraph Name="isolineGraph"/>
  9. <d3:IsolineTrackingGraph Name="trackingGraph"/>
  10. <d3:CursorCoordinateGraph/>
  11. </d3:ChartPlotter>
  12. </Grid>
  13. </Page>