DisplayShadow Property
The DisplayShadow property returns or sets the Display shadow legend setting. Returns a BoolÂean.
Syntax
object.DisplayShadow
object.DisplayShadow = DisplayShadow
Parameter | Type | Description |
DisplayShadow | Boolean | required, true to draw legend shadow |
Example
This example shows how to display the shadow for the legend.
Legend.DisplayShadow = True
Used by: AutoLegend object