2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PlotLinesMethodEnum Enumeration

In This Topic
    PlotLinesMethodEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the FunctionBase.PlotLinesMethod property in the FunctionBase class.
    Syntax
    'Declaration
     
    Public Enum PlotLinesMethodEnum 
       Inherits System.Enum
    public enum PlotLinesMethodEnum : System.Enum 
    Members
    MemberDescription
    LinesThe points are connected with straight lines
    SplinesThe points are connected with spline curves
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.PlotLinesMethodEnum

    See Also