Syntax

expression.Smooth

expression A variable that represents a Series object.

Example

This example turns on curve smoothing for series one in Chart1. The example should be run on a 2-D line chart.

Visual Basic for Applications
Charts("Chart1").SeriesCollection(1).Smooth = True

See also: