BarChart for ASP.NET WebForms
LineChartFitType Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : LineChartFitType Enumeration
Use the members of this enumeration to set the value of the LineChart.FitType property.
Syntax
'Declaration
 
Public Enum LineChartFitType 
   Inherits System.Enum
public enum LineChartFitType : System.Enum 
Members
MemberDescription
BezierLine 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.Web.Wijmo.Controls.C1Chart.LineChartFitType

See Also

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace