Link Search Menu Expand Document

SeriesSmooth Property

Gets or sets a value indicating whether line connecting the points on the chart shall be smoothed using Catmull-Rom splines.

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool Smooth { get; set; }

Property Value

Type: Boolean
true if line connecting the points on the chart shall be smoothed using Catmull-Rom splines; otherwise, false.
See Also

Reference