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"/>