ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / TrendLine Class
Members



In This Topic
    TrendLine Class
    In This Topic
    Represents a trend line for FlexChart and FinancialChart.
    Object Model
    TrendLine ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class TrendLine 
       Inherits Series
    'Usage
     
    
    Dim instance As TrendLine
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class TrendLine : Series 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class TrendLine : public Series 
    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
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Series
                C1.WPF.Chart.TrendLine

    See Also