Smooth Property

Office Open XML

Smooth for scattercharts

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public int Smooth { get; internal set; }
Visual Basic (Declaration)
Public Property Smooth As Integer
Visual C++
public:
property int Smooth {
	int get ();
	void set (int value);
}

See Also