ChartDirector 7.1 (.NET Edition)

TrendLayer.getSlope


Usage

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

Description

Gets the slope of the trend line. The method is only defined if the regression type is linear or constrained linear.

Arguments

None

Return Value

The slope of the linear or constrained linear trend line.