XlsChartSerieDataFormat
IsSmoothedLine Property
 | 
True if the line series has a smoothed line.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool IsSmoothedLine { get; set; }
 
Public Property IsSmoothedLine As Boolean
	Get
	Set
 
public:
property bool IsSmoothedLine {
	bool get ();
	void set (bool value);
}
 
member IsSmoothedLine : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also