示例:NumDecimalPlaces 属性
Private Sub DecimalPlaces() ' Display the Y-Axis legend with 2 decimal places Trend1.YAxis.DisplayScale = True Trend1.YAxis.NumDecimalPlaces = 2 End Sub
提供反馈
Private Sub DecimalPlaces() ' Display the Y-Axis legend with 2 decimal places Trend1.YAxis.DisplayScale = True Trend1.YAxis.NumDecimalPlaces = 2 End Sub