DisplayLegend Property
The DisplayLegend property returns or sets if a wind chart legend is displayed.
Syntax
object.DisplayLegend
object.DisplayLegend = DisplayLegend
| Parameter | Type | Description |
| DisplayLegend | Boolean | required, default is true (display legend) |
Example
This example shows how to display a wind chart legend.
WindChart.DisplayLegend = True
Used by: AutoWindChart object