恢复删除的y轴
如果 y 轴已被删除,是否有办法将其添加回条形图?现在,我要做的就是创建一个新图表并像其他图表一样重新设置它,只是不删除 y 轴。 :/ 我正在使用报表生成器 2.0。
Is there a way to add the y-axis back to a bar chart if it has been deleted? Right now, all I have found to do is create a new chart and set it up again like my other chart, just not deleting the y-axis. :/ I'm using Report Builder 2.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了。选择图表,然后在“图表”下的“属性”窗格中,点击 ChartAreas(集合)旁边的“...”按钮。这将打开一个 ChartArea Collection Editor 窗口。在右列的轴下,点击 CategoryAxes 旁边的“...”按钮。这将打开一个 ChartAxis 集合编辑器窗口。在“外观”下,将“可见”切换为“真”。
Figured it out. Select the chart then, in the Properties pane under Chart, hit the '...' button next to ChartAreas (Collection). That brings up a ChartArea Collection Editor window. Under Axes in the right column, hit the '...' button next to CategoryAxes. That brings up a ChartAxis Collection Editor window. Under Appearance, toggle Visible to True.