[C#] | public LineLayer addWeightedMovingAvg(int period, int color); |
[VB] | Public Function addWeightedMovingAvg(period As Integer, color As Integer) As LineLayer |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public LineLayer addWeightedMovingAvg(int period, int color); |
[VB] | Public Function addWeightedMovingAvg(period As Integer, color As Integer) As LineLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
period | (Mandatory) | The moving average period |
color | (Mandatory) | The color of the line. |
Return Value