【发布时间】:2017-03-03 07:56:57
【问题描述】:
使用 VisualStudio WindowsForms 表单。在设计器中创建图表控件。
我正在尝试沿 WITH 默认标签在图表轴上添加一些 customLabels。 为此,我添加了 RowIndex 属性 =1 的 customLabels。因此,我看到了默认标签和我的 customLabels。 现在的问题是,虽然默认标签旋转正确,但我的自定义标签却没有。
Axis 属性 LabelStyle.Angle 仅影响 RowIndex = 0 中的标签,即默认标签。 如果我将 customLabels 放在 RowIndex=0 - 所有默认标签都会消失。
我看到了什么:
我想看的:
【问题讨论】: