示例:DisplayValueBar 属性
Private Sub ToggleValueBar() If Trend1.DisplayValueBar = True Then Trend1.DisplayValueBar = False Else Trend1.DisplayValueBar = True End If End Sub
提供反馈
Private Sub ToggleValueBar() If Trend1.DisplayValueBar = True Then Trend1.DisplayValueBar = False Else Trend1.DisplayValueBar = True End If End Sub