ChartDirector 7.1 (.NET Edition)

TrendLayer.getIntercept


Usage

[C#]public double getIntercept();
[VB]Public Function getIntercept() As Double

Description

Gets the y-axis intercept of the trend line. The method is only defined if the regression type is linear.

Arguments

None

Return Value

The y-axis intercept of the linear trend line.