NumDecimalPlaces property
Returns or sets the number of decimal places shown on the y-axis scale. Read/write. Long.
Syntax
yaxis
.NumDecimalPlaces
[ = value
]where
yaxis
- is a YAxis object, or an expression that evaluates to a YAxis object.value
- is a parameter of the type Long that specifies the number of digits to show after the decimal point. The range is 0 to 8.Remarks
This property has no effect when the YAxis DisplayScale property is false.
Provide Feedback