本文介绍了同步不同的垂直排列X轴的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

在我的应用程序中,我创建了多个具有相应不同系列的ChartAreas。

这些所有ChartAreas垂直排列&样式是这样的

m_chart.ChartAreas [2 *( nSeriesCount)]。AlignmentOrientation =

hello,

In my application I created multiple ChartAreas with corresponding different Series.

These all ChartAreas alligned vertically& style is like this

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轴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 15:02