Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 790 Bytes

Excel.Series.Smooth.md

File metadata and controls

36 lines (22 loc) · 790 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Series.Smooth property (Excel)
vbaxl10.chm578106
vbaxl10.chm578106
Excel.Series.Smooth
24cb3fc6-a6ed-71ca-1aab-c1ea23480d00
05/11/2019
medium

Series.Smooth property (Excel)

True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts. Read/write.

Syntax

expression.Smooth

expression A variable that represents a Series object.

Example

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]