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