Share via


Series.Smooth Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Smooth As Boolean
    Get
    Set
'Usage
Dim instance As Series
Dim value As Boolean

value = instance.Smooth

instance.Smooth = value
bool Smooth { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Excel Namespace