[C#] | public double getCoefficient(int i); |
[VB] | Public Function getCoefficient(i As Integer) As Double |
ChartDirector 7.1 (.NET Edition)
TrendLayer.
Usage
[C#] | public double getCoefficient(int i); |
[VB] | Public Function getCoefficient(i As Integer) As Double |
Description
Arguments
Argument | Default | Description |
---|---|---|
i | (Mandatory) | The index of the coefficient to get. |
Return Value