DecimalPlaces Property (Number)
The number of decimal places to display.
Property DecimalPlaces As Long
Example
' Sets the number of decimal places to 3
Chart2D1.ChartArea.Axes("X").ValueFormat.Number.DecimalPlaces = 3
See Also
Number Object
Copyright (c) GrapeCity, inc. All rights reserved.