[C#] | public LineLayer addParabolicSAR(double accInitial, double accIncrement, double accMaximum, int symbolType, int symbolSize, int fillColor, int edgeColor); |
[VB] | Public Function addParabolicSAR(accInitial As Double, accIncrement As Double, accMaximum As Double, symbolType As Integer, symbolSize As Integer, fillColor As Integer, edgeColor As Integer) As LineLayer |