Share via


LegendKey.Smooth Property

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

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 LegendKey
Dim value As Boolean

value = instance.Smooth

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

Property Value

Type: System.Boolean

See Also

Reference

LegendKey Interface

LegendKey Members

Microsoft.Office.Interop.Excel Namespace