Shadow Property

Microsoft Graph Visual Basic

Show All

Shadow Property

       

Shadow property as it applies to the AxisTitle, ChartArea, ChartTitle, DataLabel, DataLabels, DisplayUnitLabel, Legend, LegendKey, Point, and Series objects.

True if the font is a shadow font or if the specified object has a shadow. Read/write Boolean.

expression.Shadow

expression   Required. An expression that returns one of the above objects.

 

Shadow property as it applies to the Font object.

True if the font is a shadow font or if the specified object has a shadow. Read/write Variant.

expression.Shadow

expression   Required. An expression that returns one of the above objects.

 

Remarks

For the Font object, this property has no effect in Microsoft Windows, but its value is retained (it can be set and returned).

Example

This example adds a shadow to the title of myChart.

myChart.ChartTitle.Shadow = True