Example: DisplayLineLegend property

Private Sub ToggleLineLegend() If Trend1.DisplayLineLegend = True Then Trend1.DisplayLineLegend = False Else Trend1.DisplayLineLegend = True End If End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal