WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / TrendLine Class
Members
In This Topic
    TrendLine Class
    In This Topic
    Represents a trend line for FlexChart and FinancialChart.
    Object Model
    TrendLine ClassFlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    public class TrendLine : Series, WinRT.IWinRTObject  
    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.UI.Xaml.DependencyObject
          C1.WinUI.Chart.Series
             C1.WinUI.Chart.TrendLine

    See Also