现在需要使用DynamicDataDisplay.dll 绘制多Y轴的曲线,求助呀!在线等~~~~~~~~~~~~~~~~~~~~~~
使用DynamicDataDisplay 0.4版本
<d3:ChartPlotter Name="plotter">
<d3:InjectedPlotter Name="innerPlotter" Background="Aqua" SetViewportBinding="False">
<d3:VerticalAxis Placement="Left"/>
<d3:VerticalAxisTitle Content="Torque" Placement="Left"/>
</d3:InjectedPlotter>
<d3:AxisNavigation Placement="Bottom"/>
<d3:AxisNavigation Placement="Right"/>
<d3:VerticalAxisTitle Content="HP"/>
<d3:HorizontalAxisTitle>RPM</d3:HorizontalAxisTitle>
<Button Content="Remove all charts" Name="removeAllChartsBtn" Click="removeAllChartsBtn_Click"/>
</d3:ChartPlotter>