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