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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal