Example: DisplayLineLegend property
Private Sub ToggleLineLegend() If Trend1.DisplayLineLegend = True Then Trend1.DisplayLineLegend = False Else Trend1.DisplayLineLegend = True End If End Sub
Provide Feedback