Property Smooth
Smooth
Gets or sets whether a line series is drawn smoothed (c:smooth).
public bool Smooth { get; set; }
Property Value
Remarks
The reader sets this to true for a line series whose part states no c:smooth
at all, because that is what Word draws — its engine reports such a series as
smoothed and exports it as cubic curves. A constructed series starts false.