FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataSeries Class / FitType Property

In This Topic
    FitType Property (ChartDataSeries)
    In This Topic
    Gets or sets the curve fit type (for 2D charts only).
    Syntax
    'Declaration
     
    Public Property FitType As ChartFitType
    public ChartFitType FitType {get; set;}
    See Also