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