[]
        
(Showing Draft Content)

C1.WPF.Report.Chart.TrendLine

TrendLine Class

Represents a trend line for FlexChartField.

Inheritance
OwnedObject
TrendLine
Namespace: C1.WPF.Report.Chart
Assembly: C1.WPF.Report.dll
Syntax
public class TrendLine : 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.

Constructors

Name Description
TrendLine()

Creates an instance of TrendLine class.

Properties

Name Description
Coefficients

Gets the coefficients of equation.

FitType

Gets or sets the fit type of trend line.

MaxX

Gets or sets the maximal x-value.

MinX

Gets or sets the minimal x-value.

Order

Gets or sets the order of trend line. The order defines number of terms in polynom equation.

SampleCount

Gets or sets the sample count for function calculation.

Methods

Name Description
AssignFrom(object)

Assigns (copies) properties from another TrendLine to the current object.

CopyTo(Series)

For internal use.

CreateSame()

Creates instance of same class as this object.