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

In This Topic
    FitTypeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the FitType property in the ChartDataSeries class.
    Syntax
    'Declaration
     
    Public Enum FitTypeEnum 
       Inherits System.Enum
    public enum FitTypeEnum : System.Enum 
    Members
    MemberDescription
    BeziersLine does not pass through all data points, but the points act as magnets, pulling the curve in certain directions and influencing the way the curve bends.
    LineStraight lines connect data points.
    SplineLine passes smoothly through each data point; there are no sharp corners and no abrupt changes in the tightness of the curve.
    Inheritance Hierarchy

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

    See Also