[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartFitType

ChartFitType Enum

Specifies the curve fit type of the data eries.

Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public enum ChartFitType

Fields

Name Description
Beziers

Line 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.

Line

Straight lines connect data points.

Spline

Line passes smoothly through each data point; there are no sharp corners and no abrupt changes in the tightness of the curve.