DecimalPlaces Property (Scientific)
The number of decimal places to display.
Syntax
Property DecimalPlaces As Long
Example
' Sets the number of decimal places to 3
Chart2D1.ChartArea.Axes("X").ValueFormat.Scientific.DecimalPlaces = 3
See Also
Scientific Object