我设法使主Y滚动 有什么方法可以在辅助Y上应用配置?
chart1.ChartAreas["ChartArea1"].CursorY.IsUserEnabled = true;
chart1.ChartAreas["ChartArea1"].CursorY.IsUserSelectionEnabled = true;
chart1.ChartAreas["ChartArea1"].AxisY.ScaleView.Zoomable = true;
chart1.ChartAreas["ChartArea1"].AxisY.ScrollBar.IsPositionedInside = true;
这似乎不起作用:
chart1.ChartAreas["ChartArea1"].AxisY2.ScaleView.Zoomable = true;
chart1.ChartAreas["ChartArea1"].AxisY2.ScrollBar.IsPositionedInside = true;