本文介绍了格式化图表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我有一个我建立的联合查询,以便我可以包括位置平均值和公司平均值。然后我对图表上的信息进行排序,使其最低到最高,所以现在公司平均值位于该组的中间位置。这可以直观地显示位置与公司的比较。问题是,我希望公司成为一个不同的颜色,因此它脱颖而出。我知道如何手动更改它,但由于公司平均值可以从一个季度移动到另一个季度,我想使用标准,我可以说,如果corp使数据点变成深蓝色。这甚至可能吗?如果是这样我怎么做?I have a union query that I built so that I can include location average along with corporate average. I then sort the info on the graph so it is lowest to highes, so now the corporate average sits amongst the middle of the group. This givs a visual to where the locations compare to corporate. The problem is, I want the corporate one to be a different colo so it stands out. I know how to change it manually, but as the corporate average can move from quarter to quarter, I would like to use something like criteria where I can say if corp make datapoint dark blue. Is this even possible? If so how would I do this?推荐答案 首先,设置对Microsoft Graph XX.X对象库的引用。 为SeriesCollection集合(系列对象)的特定成员设置内部对象的颜色属性: First, set a Reference to the Microsoft Graph XX.X Object Library. Set the Color Property of an Interior Object, for a specific Member of the SeriesCollection Collection (Series Object): 展开 | 选择 | Wrap | 行号 这篇关于格式化图表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-11 18:55