Use the members of this enumeration to set the value of the PlotLinesMethod property in the FunctionBase class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum PlotLinesMethodEnum
Visual Basic
Public Enumeration PlotLinesMethodEnum

Members

Member nameValueDescription
Lines0 The points are connected with straight lines
Splines1 The points are connected with spline curves

See Also