ResetTagAxes 方法(TrendPro 对象)
在图表中复位标签轴。
语法
TrendPro1
.ResetTagAxes
其中
TrendPro1
- 是 TrendPro 对象的名称,或是一个对 TrendPro 对象求值的表达式。示例
Private Sub btnResetTagAxes() TrendPro1.ResetTagAxes End Sub
提供反馈
Private Sub btnResetTagAxes() TrendPro1.ResetTagAxes End Sub