PageRenderTime 74ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/src/Xbap/DynamicDataDisplay.Xbap.Samples/Demos/v031/AxisColoringSample.xaml

#
XAML | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | b8466311462f7761294748f4f6cfc0d0 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <Page x:Class="Microsoft.Research.DynamicDataDisplay.Samples.Demos.v031.AxisColoringSample"
  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="AxisColoringSample">
  6. <Grid>
  7. <d3:ChartPlotter Name="plotter">
  8. <d3:NumericAxis Placement="Left" Name="secondAxis"/>
  9. </d3:ChartPlotter>
  10. </Grid>
  11. </Page>