XL: Changing Series Colors on a Surface ChartLast reviewed: February 2, 1998Article ID: Q82015 |
The information in this article applies to:
SUMMARYIn the programs listed at the beginning of this article, you cannot select individual series in a surface chart. Therefore, it is not possible to change or edit the color of a series in a surface chart. NOTE: This behavior is limited to surface charts in Microsoft Excel.
WORKAROUNDTo work around this problem in Microsoft Excel version 5.0 or later, change the formats for the legend keys that correspond to the series in the surface chart. To do this, use one of the following methods.
Method 1To change the color of the legend key manually, follow these steps:
Method 2Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://www.microsoft.com/supportnet/refguide/To change the color of the legend key programmatically, use the following syntax:
ActiveChart.Legend.LegendEntries(1).LegendKey.Interior.ColorIndex = 5Note that 1 represents the first series in the chart and 5 represents the color to change the series to (blue). These numbers must be integers. NOTE: There is no workaround for this behavior in Microsoft Excel 4.0.
REFERENCESFor more information about changing colors of data series in charts, click the Index tab in Microsoft Excel Help, type the following text
Colors, in chartsand then double-click the selected text to go to the "Change colors, patterns, lines, fills, and borders in charts" topic.
|
Additional query words: XL98 XL97 XL7 XL5 XL4
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |