Expand Minimize
This topic has not yet been rated - Rate this topic

Color Property

Published: July 16, 2012

Returns or sets the primary color of the Border object, Font object, or the Interior object. Use the RGB function to create a color value. Read/write Variant.

expression.Color

expression Required. An expression that returns an object in the Applies To List.

This example sets the color of the tick-mark labels on the value axis.

myChart.Axes(xlValue).TickLabels.Font.Color = RGB(0, 255, 0)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.