本文介绍了同步不同的垂直排列X轴的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好, m_chart.ChartAreas [2 *( nSeriesCount)]。AlignmentOrientation = hello, m_chart.ChartAreas[2 * (nSeriesCount)].AlignmentOrientation = AreaAlignmentOrientations 。Vertical; m_chart.ChartAreas [2 *(nSeriesCount)]。AlignmentStyle = AreaAlignmentOrientations.Vertical; m_chart.ChartAreas[2 * (nSeriesCount)].AlignmentStyle = AreaAlignmentStyles .AxesView | AreaAlignmentStyles .PlotPosition; 这篇关于同步不同的垂直排列X轴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
在我的应用程序中,我创建了多个具有相应不同系列的ChartAreas。
这些所有ChartAreas垂直排列&样式是这样的
In my application I created multiple ChartAreas with corresponding different Series.
These all ChartAreas alligned vertically& style is like this
推荐答案