C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / TrendLine Class
Members

TrendLine Class
Represents a trend line for FlexChart and FinancialChart.
Object Model
TrendLine ClassDataLabel Class
Syntax
Remarks
A trendline is a line superimposed on a chart revealing the overall direction of data. You may define a different fit type for each @see:TrendLine object that you add to the @see:FlexChart series collection by setting the fitType property.
Inheritance Hierarchy

System.Object
   Microsoft.AspNetCore.Components.ComponentBase
      C1.Chart.SeriesBase
         C1.Blazor.Chart.Series
            C1.Blazor.Chart.TrendLine

See Also