'Declaration
Public Function SetMacdLineStyle( _ Optional ByVal stroke As String, _ Optional ByVal strokeWidth As Nullable(Of Integer) _ ) As MacdBuilder(Of T)
public MacdBuilder<T> SetMacdLineStyle( string stroke, Nullable<int> strokeWidth )
Parameters
- stroke
- The stroke
- strokeWidth
- The stroke width
Return Value
Current builder