FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart 命名空间 / TrendLine 类
成员

本主题中
    TrendLine 类
    本主题中
    Represents a trend line for FlexChart and FinancialChart.
    对象模型
    TrendLine 类
    语法
    '声明
     
    Public Class TrendLine 
       Inherits Series
    public class TrendLine : Series 
    备注
    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.
    继承层次

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Series
                C1.WPF.Chart.TrendLine

    请参见