http://dynamicdatadisplay.codeplex.com/
コードで Chartplotter 軸ヘッダーを設定するにはどうすればよいですか?
plotterTotal.HorizontalAxis = new HorizontalDateTimeAxis() { Name = "dateAxis" };
plotterTotal.VerticalAxis = new VerticalIntegerAxis() { Name = "powerAxis" };
この xaml のアナログ
//<d3:Header Content="Counter power"/>
//<d3:VerticalAxisTitle Content="Power" Name="valueAxis"/>
//<d3:HorizontalAxisTitle Content="Date"/>