title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Series.Smooth property (Excel) |
vbaxl10.chm578106 |
|
|
24cb3fc6-a6ed-71ca-1aab-c1ea23480d00 |
05/11/2019 |
medium |
True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts. Read/write.
expression.Smooth
expression A variable that represents a Series object.
This example turns on curve smoothing for series one on Chart1. The example should be run on a 2D line chart.
Charts("Chart1").SeriesCollection(1).Smooth = True
[!includeSupport and feedback]