In This Topic
Gets or sets a value indicating whether curve smoothing is turned on for the line chart or scatter chart.
Syntax
'Declaration
Property Smooth As Boolean
'Usage
Dim instance As ISeries
Dim value As Boolean
instance.Smooth = value
value = instance.Smooth
See Also