Example: NumDecimalPlaces property
Private Sub DecimalPlaces() ' Display the Y-Axis legend with 2 decimal places Trend1.YAxis.DisplayScale = True Trend1.YAxis.NumDecimalPlaces = 2 End Sub
Provide Feedback
Private Sub DecimalPlaces() ' Display the Y-Axis legend with 2 decimal places Trend1.YAxis.DisplayScale = True Trend1.YAxis.NumDecimalPlaces = 2 End Sub